summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-10-06 18:11:53 +0000
committerNico Weber <nicolasweber@gmx.de>2019-10-06 18:11:53 +0000
commit598e7a3a689ace9309595e685ec9af594d15c64c (patch)
tree92e31727bd1a06cb5dde66933382474d54ddd6b0 /llvm/utils
parentdcb75bf843eae4a7f0d6d72930f49f7d31c07f98 (diff)
downloadbcm5719-llvm-598e7a3a689ace9309595e685ec9af594d15c64c.tar.gz
bcm5719-llvm-598e7a3a689ace9309595e685ec9af594d15c64c.zip
gn build: make windows build less broken
llvm-svn: 373858
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/gn/build/toolchain/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/utils/gn/build/toolchain/BUILD.gn b/llvm/utils/gn/build/toolchain/BUILD.gn
index 70e259e116f..c36579f28e4 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
OpenPOWER on IntegriCloud