From: Nico Weber Date: Sun, 6 Oct 2019 18:11:53 +0000 (+0000) Subject: gn build: make windows build less broken X-Git-Tag: llvmorg-11-init~7390 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=598e7a3a689ace9309595e685ec9af594d15c64c;p=platform%2Fupstream%2Fllvm.git gn build: make windows build less broken llvm-svn: 373858 --- diff --git a/llvm/utils/gn/build/toolchain/BUILD.gn b/llvm/utils/gn/build/toolchain/BUILD.gn index 70e259e..c36579f 100644 --- a/llvm/utils/gn/build/toolchain/BUILD.gn +++ b/llvm/utils/gn/build/toolchain/BUILD.gn @@ -265,6 +265,7 @@ toolchain("win") { dllfile, libfile, ] + lib_switch = "" default_output_extension = ".dll" restat = true @@ -287,6 +288,7 @@ toolchain("win") { outputs = [ dllfile, ] + lib_switch = "" runtime_outputs = outputs default_output_extension = ".dll" @@ -302,6 +304,7 @@ toolchain("win") { outputs = [ outfile, ] + lib_switch = "" default_output_extension = ".exe" # Setting this allows targets to override the default executable output by