summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/go
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2015-02-22 12:20:05 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2015-02-22 12:20:05 +0000
commit9cbc6f42aad308de56ecae113ed8a86a86997137 (patch)
treead5235e54cae11b89eef340cd814e01a31407d67 /compiler-rt/lib/tsan/go
parent3280dc7081b76c0bfa2876833fb41a988e8a1bd3 (diff)
downloadbcm5719-llvm-9cbc6f42aad308de56ecae113ed8a86a86997137.tar.gz
bcm5719-llvm-9cbc6f42aad308de56ecae113ed8a86a86997137.zip
Revert r230171 "TSan runtime: unbreak the build with ccache"
It broke a buildbot with a non-clang (?) compiler. llvm-svn: 230174
Diffstat (limited to 'compiler-rt/lib/tsan/go')
-rwxr-xr-xcompiler-rt/lib/tsan/go/buildgo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/go/buildgo.sh b/compiler-rt/lib/tsan/go/buildgo.sh
index a7dca9c3c28..5ac60349e08 100755
--- a/compiler-rt/lib/tsan/go/buildgo.sh
+++ b/compiler-rt/lib/tsan/go/buildgo.sh
@@ -35,7 +35,7 @@ SRCS="
if [ "`uname -a | grep Linux`" != "" ]; then
SUFFIX="linux_amd64"
- OSCFLAGS="-fPIC -ffreestanding -Wno-maybe-uninitialized -Wno-unused-const-variable -Werror -Wno-unknown-warning-option -Wno-error=unused-command-line-argument"
+ OSCFLAGS="-fPIC -ffreestanding -Wno-maybe-uninitialized -Wno-unused-const-variable -Werror -Wno-unknown-warning-option"
OSLDFLAGS="-lpthread -fPIC -fpie"
SRCS="
$SRCS
OpenPOWER on IntegriCloud