summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-02-22 00:06:18 +0000
committerRui Ueyama <ruiu@google.com>2017-02-22 00:06:18 +0000
commit98eafd67d5657d4d8f28996b32a24235e4396dc7 (patch)
tree99caed08f72487e6fdd4fd40e2d76b6f379edcc6
parent3ea06336fcf6c6b5643c36cdd51accb74ce642ed (diff)
downloadbcm5719-llvm-98eafd67d5657d4d8f28996b32a24235e4396dc7.tar.gz
bcm5719-llvm-98eafd67d5657d4d8f28996b32a24235e4396dc7.zip
Attempt to fix buildbot.
I added this log message to test the /msvclto option, but this output might confuse FileCheck. This patch attempts to fix it by removing it. llvm-svn: 295793
-rw-r--r--lld/COFF/DriverUtils.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/COFF/DriverUtils.cpp b/lld/COFF/DriverUtils.cpp
index ebbf1411f97..d08616ed5cb 100644
--- a/lld/COFF/DriverUtils.cpp
+++ b/lld/COFF/DriverUtils.cpp
@@ -50,8 +50,6 @@ public:
void add(const char *S) { Args.push_back(Saver.save(S)); }
void run() {
- log(Prog + " " + llvm::join(Args.begin(), Args.end(), " "));
-
ErrorOr<std::string> ExeOrErr = sys::findProgramByName(Prog);
if (auto EC = ExeOrErr.getError())
fatal(EC, "unable to find " + Prog + " in PATH: ");
OpenPOWER on IntegriCloud