mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 03:36:06 +00:00

We don't want the regular linker flags for these invocations, since we're not compiling to the target machine anyway. This fixes things like '/machine:x64' being unknown when invoked under Windows. reviewer: jvesely Differential Revision: https://reviews.llvm.org/D77164