diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2012-01-31 23:52:58 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2012-01-31 23:52:58 +0000 |
| commit | 8e5acc5cc16ebaf04c4ebbce28e5fa2104bac646 (patch) | |
| tree | 6f4a8b2a71116125d300e43af18feda4b4ef6091 /clang/test/CodeGenCXX/arm.cpp | |
| parent | c33374931295fd22627162f6871b6ba4cbf6a178 (diff) | |
| download | bcm5719-llvm-8e5acc5cc16ebaf04c4ebbce28e5fa2104bac646.tar.gz bcm5719-llvm-8e5acc5cc16ebaf04c4ebbce28e5fa2104bac646.zip | |
Use the new Triple::getMacOSXVersion function in another place.
I removed support for "*-darwin*-iphoneos" triples, since we now have
iOS listed as a separate OS in the triples.
llvm-svn: 149455
Diffstat (limited to 'clang/test/CodeGenCXX/arm.cpp')
| -rw-r--r-- | clang/test/CodeGenCXX/arm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/arm.cpp b/clang/test/CodeGenCXX/arm.cpp index 0a4754b815a..36c6c1c6f8c 100644 --- a/clang/test/CodeGenCXX/arm.cpp +++ b/clang/test/CodeGenCXX/arm.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -triple=thumbv7-apple-darwin3.0.0-iphoneos -fno-use-cxa-atexit -target-abi apcs-gnu -emit-llvm -o - -fexceptions | FileCheck %s +// RUN: %clang_cc1 %s -triple=thumbv7-apple-ios3.0 -fno-use-cxa-atexit -target-abi apcs-gnu -emit-llvm -o - -fexceptions | FileCheck %s // CHECK: @_ZZN5test74testEvE1x = internal global i32 0, align 4 // CHECK: @_ZGVZN5test74testEvE1x = internal global i32 0 |

