diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2011-01-04 20:05:20 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2011-01-04 20:05:20 +0000 |
commit | 112c3307aaa9ae9ee6ff5c2b4f6a53b1ea3c6f19 (patch) | |
tree | cc78be78c8ef9d9975e9e3426969ad0ba558ce30 /test/CodeGenObjC/debug-info-getter-name.m | |
parent | 72a2eb6339e99b495fcf708d3671cce0c1b943dc (diff) |
Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.
// rdar://8818375
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC/debug-info-getter-name.m')
-rw-r--r-- | test/CodeGenObjC/debug-info-getter-name.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/debug-info-getter-name.m b/test/CodeGenObjC/debug-info-getter-name.m index 05619aeccd..0263f112ae 100644 --- a/test/CodeGenObjC/debug-info-getter-name.m +++ b/test/CodeGenObjC/debug-info-getter-name.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi2 -S -g %s -o %t +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -S -g %s -o %t // RUN: grep "\[InstanceVariablesEverywhereButTheInterface someString\]" %t | count 6 //rdar: //8498026 |