]> granicus.if.org Git - clang/commitdiff
Revert r284383, while I figure out how to reproduce the failures locally
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 17 Oct 2016 14:47:29 +0000 (14:47 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 17 Oct 2016 14:47:29 +0000 (14:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284389 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/ToolChains.cpp

index b51ae1c50745b9232cc4f72a5b290a3da183e04b..93beab836138bf993f4522dd1013ea7bc485c906 100644 (file)
@@ -2970,7 +2970,7 @@ std::string HexagonToolChain::getHexagonTargetDir(
   if (getVFS().exists(InstallRelDir = InstalledDir + "/../target"))
     return InstallRelDir;
 
-  return InstalledDir;
+  return InstallRelDir;
 }
 
 Optional<unsigned> HexagonToolChain::getSmallDataThreshold(