Add (iOS) simulator target feature.
First attempt at adding simulator information to the LLVM triple via a target feature.
@vksnk - can you help me test this? AFAICT reading the LLVM sources, just setting the environment on the triple should be enough.
Thanks, Alex! I will test this internally.
@vksnk -- any updates?
Sorry for the delay, will test shortly.
I can verify that this worked.
However, the Pipeline serialization feature does not seem to consider this new target feature. (Moving this discussion over to https://github.com/halide/Halide/issues/8802)
This seems to fix some issues with building for simulator we encountered. @vksnk Have you had a chance to test?
Merging it for now. @vksnk Let me know if you are still experiencing linking issues.