forked from OSchip/llvm-project
Revert the previous patch while I figure out how to make llvm-gcc
less agressive about disabling cfi on linux :-( llvm-svn: 130627
This commit is contained in:
parent
b7c2286055
commit
37981e6099
clang/test/CodeGenObjC
|
@ -2,9 +2,10 @@
|
||||||
|
|
||||||
//CHECK: "-[InstanceVariablesEverywhereButTheInterface someString]":
|
//CHECK: "-[InstanceVariablesEverywhereButTheInterface someString]":
|
||||||
//CHECK: .quad "-[InstanceVariablesEverywhereButTheInterface someString]"
|
//CHECK: .quad "-[InstanceVariablesEverywhereButTheInterface someString]"
|
||||||
|
//CHECK: "-[InstanceVariablesEverywhereButTheInterface someString].eh" = 0
|
||||||
|
//CHECK: .no_dead_strip "-[InstanceVariablesEverywhereButTheInterface someString].eh"
|
||||||
//CHECK: .ascii "-[InstanceVariablesEverywhereButTheInterface someString]"
|
//CHECK: .ascii "-[InstanceVariablesEverywhereButTheInterface someString]"
|
||||||
//CHECK: .asciz "-[InstanceVariablesEverywhereButTheInterface someString]"
|
//CHECK: .asciz "-[InstanceVariablesEverywhereButTheInterface someString]"
|
||||||
//CHECK: "-[InstanceVariablesEverywhereButTheInterface someString].eh":
|
|
||||||
|
|
||||||
//rdar: //8498026
|
//rdar: //8498026
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue