search for: michaelwei

Displaying 5 results from an estimated 5 matches for "michaelwei".

Did you mean: michaelweis
2017 Sep 17
2
[ThinLTO] static library failure with object files with the same name
...t totally sure...). >>>> >>> >>> I haven't tried with Xcode 9. >>> >>> >>>> >>>> From what I can see with Xcode 8.2, the linker just passes the file >>>> name (prefixed with the archive name): https://github.com/michaelweis >>>> er/ld64/blob/master/src/ld/parsers/lto_file.cpp#L546 >>>> (original here: https://opensource.apple.com/source/ld64/ld64-274.2/sr >>>> c/ld/parsers/lto_file.cpp.auto.html ) >>>> >>>> We could workaround this in ThinLTOCodeGenerator by...
2017 Sep 11
2
[ThinLTO] static library failure with object files with the same name
...9? >> (I think I remember fixing it in ld64 but I'm not totally sure...). >> > > I haven't tried with Xcode 9. > > >> >> From what I can see with Xcode 8.2, the linker just passes the file name >> (prefixed with the archive name): https://github.com/michaelweis >> er/ld64/blob/master/src/ld/parsers/lto_file.cpp#L546 >> (original here: https://opensource.apple.com/source/ld64/ld64-274.2/ >> src/ld/parsers/lto_file.cpp.auto.html ) >> >> We could workaround this in ThinLTOCodeGenerator by adding a incremental >> suffix to...
2017 Sep 18
0
[ThinLTO] static library failure with object files with the same name
...>> >>>> >>>> I haven't tried with Xcode 9. >>>> >>>> >>>>> >>>>> From what I can see with Xcode 8.2, the linker just passes the file >>>>> name (prefixed with the archive name): https://github.com/michaelweis >>>>> er/ld64/blob/master/src/ld/parsers/lto_file.cpp#L546 >>>>> (original here: https://opensource.apple.com/source/ld64/ld64-274.2/sr >>>>> c/ld/parsers/lto_file.cpp.auto.html ) >>>>> >>>>> We could workaround this in Thi...
2017 Sep 18
2
[ThinLTO] static library failure with object files with the same name
...; >>>>> I haven't tried with Xcode 9. >>>>> >>>>> >>>>>> >>>>>> From what I can see with Xcode 8.2, the linker just passes the file >>>>>> name (prefixed with the archive name): https://github.com/michaelweis >>>>>> er/ld64/blob/master/src/ld/parsers/lto_file.cpp#L546 >>>>>> (original here: https://opensource.apple >>>>>> .com/source/ld64/ld64-274.2/src/ld/parsers/lto_file.cpp.auto.html ) >>>>>> >>>>>> We could wo...
2017 Sep 07
2
[ThinLTO] static library failure with object files with the same name
...e hasn't released the code for ld64 in Xcode 9 yet, did you check if it is fixed in Xcode 9? (I think I remember fixing it in ld64 but I'm not totally sure...). >From what I can see with Xcode 8.2, the linker just passes the file name (prefixed with the archive name): https://github.com/michaelweiser/ld64/blob/master/src/ld/parsers/lto_file.cpp#L546 (original here: https://opensource.apple.com/source/ld64/ld64-274.2/src/ld/parsers/lto_file.cpp.auto.html ) We could workaround this in ThinLTOCodeGenerator by adding a incremental suffix to every new buffer. Something like this diff: diff --gi...