summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-10-17 14:47:29 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-10-17 14:47:29 +0000
commitd45a60449bf6d2e9df26ae67ba5d49da9b4e0e9f (patch)
tree57fa153a08cc250a9f376808b3b83a9586dab082
parentc3c4f46d07e397f76044a3c9c4888816ae3cc703 (diff)
downloadbcm5719-llvm-d45a60449bf6d2e9df26ae67ba5d49da9b4e0e9f.tar.gz
bcm5719-llvm-d45a60449bf6d2e9df26ae67ba5d49da9b4e0e9f.zip
Revert r284383, while I figure out how to reproduce the failures locally
llvm-svn: 284389
-rw-r--r--clang/lib/Driver/ToolChains.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/ToolChains.cpp b/clang/lib/Driver/ToolChains.cpp
index b51ae1c5074..93beab83613 100644
--- a/clang/lib/Driver/ToolChains.cpp
+++ b/clang/lib/Driver/ToolChains.cpp
@@ -2970,7 +2970,7 @@ std::string HexagonToolChain::getHexagonTargetDir(
if (getVFS().exists(InstallRelDir = InstalledDir + "/../target"))
return InstallRelDir;
- return InstalledDir;
+ return InstallRelDir;
}
Optional<unsigned> HexagonToolChain::getSmallDataThreshold(
OpenPOWER on IntegriCloud