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 | 48b68a0dc345b3208cbd9dda719b9b3ec167c8c2 (patch) | |
tree | 61e2cc041a9d0af50d002256e8a2364363f6fb67 /test/CodeGenCXX/arm.cpp | |
parent | 8f1e65617844d315dd19b6cf9bfc437fd4902ed8 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149455 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/arm.cpp')
-rw-r--r-- | test/CodeGenCXX/arm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/arm.cpp b/test/CodeGenCXX/arm.cpp index 0a4754b815..36c6c1c6f8 100644 --- a/test/CodeGenCXX/arm.cpp +++ b/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 |