| commit | 50fd615f54abe0cf0dee8b8a02817cde12ee15e0 | [log] [tgz] |
|---|---|---|
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | Mon Oct 17 15:30:10 2016 +0000 |
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | Mon Oct 17 15:30:10 2016 +0000 |
| tree | fac30f574f6331cd678344652ef94c93df425987 | |
| parent | ac97fc3902c446bef023c91c3bd4beb2635ecb0d [diff] [blame] |
Reapply r284383. The test failures were due to a missing dir in test/ llvm-svn: 284392
diff --git a/clang/lib/Driver/ToolChains.cpp b/clang/lib/Driver/ToolChains.cpp index 93beab8..b51ae1c 100644 --- a/clang/lib/Driver/ToolChains.cpp +++ b/clang/lib/Driver/ToolChains.cpp
@@ -2970,7 +2970,7 @@ if (getVFS().exists(InstallRelDir = InstalledDir + "/../target")) return InstallRelDir; - return InstallRelDir; + return InstalledDir; } Optional<unsigned> HexagonToolChain::getSmallDataThreshold(