zufuliu / llvm-utils

LLVM/Clang toolsets for Visual Studio 2022, 2019, 2017, 2015, 2013, 2012 and 2010.
Other
209 stars 35 forks source link

Don't Ignore OutputFile in VS2017: Fixes Multiprocess build with cros… #12

Closed GloriousPtr closed 1 year ago

GloriousPtr commented 1 year ago

…s references within project.

zufuliu commented 1 year ago

It's my fail, llvm-lib.exe indeed supports this option /out:<value>.

Please also append OutputFile to https://github.com/zufuliu/llvm-utils/blob/635ea740ac59eadaef357a1ee53b82495948056f/CheckOption.py#L334-L338

GloriousPtr commented 1 year ago

Please also append OutputFile to

https://github.com/zufuliu/llvm-utils/blob/635ea740ac59eadaef357a1ee53b82495948056f/CheckOption.py#L334-L338

Done.