Changes between Initial Version and Version 1 of Ticket #56322, comment 17


Ignore:
Timestamp:
May 18, 2018, 12:11:29 AM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56322, comment 17

    initial v1  
    11Well, rust is very complicated, isn't it? Good luck to all of you who use it regularly!
    22
    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 line without messing up the `rustc` compiler.
     3I 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.
    44
    55Instead 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.