Changes between Initial Version and Version 1 of Ticket #56322, comment 17
- Timestamp:
- May 18, 2018, 12:11:29 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56322, comment 17
initial v1 1 1 Well, rust is very complicated, isn't it? Good luck to all of you who use it regularly! 2 2 3 I had a HELLUVA time trying to figure out how I would get something like `-integrated-as` or `-Wa,-q` or `AS_INTEGRATED_ASSEMBER=1` to take purchase on the clang compiler's build linewithout messing up the `rustc` compiler.3 I had a HELLUVA time trying to figure out how I would get something like `-integrated-as` or `-Wa,-q` or `AS_INTEGRATED_ASSEMBER=1` to take purchase without messing up the `rustc` compiler. 4 4 5 5 Instead of that, I tried a different approach. At some point, `clang` switched to making the `-integrated-as` the default on Darwin. In `clang-5.0`, there doesn't even seem to be a system version test for it any longer -- all versions of Darwin are instructed to use the `-integrated-as` by default.