From: Krzysztof Parzyszek Date: Mon, 17 Oct 2016 14:47:29 +0000 (+0000) Subject: Revert r284383, while I figure out how to reproduce the failures locally X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e65910facae05f9805c393003d292118d75921ad;p=clang Revert r284383, while I figure out how to reproduce the failures locally git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284389 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp index b51ae1c507..93beab8361 100644 --- a/lib/Driver/ToolChains.cpp +++ b/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 HexagonToolChain::getSmallDataThreshold(