From: Krzysztof Parzyszek Date: Mon, 17 Oct 2016 15:30:10 +0000 (+0000) Subject: Reapply r284383. The test failures were due to a missing dir in test/ X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=560c156dbc3dd0f9c77d6b2d09275ccf42945912;p=clang Reapply r284383. The test failures were due to a missing dir in test/ git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284392 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp index 93beab8361..b51ae1c507 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 InstallRelDir; + return InstalledDir; } Optional HexagonToolChain::getSmallDataThreshold(