diff options
author | Sebastian Pop <spop@codeaurora.org> | 2011-11-01 21:33:06 +0000 |
---|---|---|
committer | Sebastian Pop <spop@codeaurora.org> | 2011-11-01 21:33:06 +0000 |
commit | 5d8b9548420e67f1bf45b7bbc1cf9fb86e9e4505 (patch) | |
tree | 10fa215c0f303684135043c0b8185c17f29e5799 /tools/driver/driver.cpp | |
parent | 65ac598c7ba7e36f2ad611f2bb39cc957053be5d (diff) |
rename getHostTriple into getDefaultTargetTriple in clang
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143503 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/driver/driver.cpp')
-rw-r--r-- | tools/driver/driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/driver/driver.cpp b/tools/driver/driver.cpp index bd1d2a2f5f..4f5d3fe717 100644 --- a/tools/driver/driver.cpp +++ b/tools/driver/driver.cpp @@ -382,7 +382,7 @@ int main(int argc_, const char **argv_) { #else const bool IsProduction = false; #endif - Driver TheDriver(Path.str(), llvm::sys::getHostTriple(), + Driver TheDriver(Path.str(), llvm::sys::getDefaultTargetTriple(), "a.out", IsProduction, Diags); // Attempt to find the original path used to invoke the driver, to determine |