diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-03-27 22:50:18 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-03-27 22:50:18 +0000 |
commit | 377066a5f51ea6c7fe0abfaafc07bdc062d2570d (patch) | |
tree | 3cd089503431d6714b311a8c047208e300781f92 /clang/test/Driver/clang-translation.c | |
parent | edbdd2e5df8b59dac8ae5f45059407f8a79850d6 (diff) | |
download | bcm5719-llvm-377066a5f51ea6c7fe0abfaafc07bdc062d2570d.tar.gz bcm5719-llvm-377066a5f51ea6c7fe0abfaafc07bdc062d2570d.zip |
Use the new Windows environment for target detection
This follows the LLVM change to canonicalise the Windows target triple
spellings. Rather than treating each Windows environment as a single entity,
the environments are now modelled properly as an environment. This is a
mechanical change to convert the triple use to reflect that change.
llvm-svn: 204978
Diffstat (limited to 'clang/test/Driver/clang-translation.c')
-rw-r--r-- | clang/test/Driver/clang-translation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/clang-translation.c b/clang/test/Driver/clang-translation.c index f0c44c5f061..54e5bbec026 100644 --- a/clang/test/Driver/clang-translation.c +++ b/clang/test/Driver/clang-translation.c @@ -203,7 +203,7 @@ // AMD64-MINGW: clang // AMD64-MINGW: "-cc1" // AMD64-MINGW: "-triple" -// AMD64-MINGW: "amd64--mingw32" +// AMD64-MINGW: "amd64--windows-gnu" // AMD64-MINGW: "-munwind-tables" // RUN: %clang -target i686-linux-android -### -S %s 2>&1 \ |