summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/gnu-exceptions.m
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-02-25 07:15:16 +0000
committerBill Wendling <isanbard@gmail.com>2013-02-25 07:15:16 +0000
commit87869db5f5394fc35f38de1ebbe85f21d5549d99 (patch)
tree6a00b449613d15ba851b41834050d2c7526224e4 /clang/test/CodeGenObjC/gnu-exceptions.m
parentc73f9c5d892b9c31ccbc838ad9a8a5f372f1d7be (diff)
downloadbcm5719-llvm-87869db5f5394fc35f38de1ebbe85f21d5549d99.tar.gz
bcm5719-llvm-87869db5f5394fc35f38de1ebbe85f21d5549d99.zip
Add more attributes from the command line to functions.
This is an ongoing process. Any command line option which a back-end cares about should be added here. llvm-svn: 176009
Diffstat (limited to 'clang/test/CodeGenObjC/gnu-exceptions.m')
-rw-r--r--clang/test/CodeGenObjC/gnu-exceptions.m5
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/CodeGenObjC/gnu-exceptions.m b/clang/test/CodeGenObjC/gnu-exceptions.m
index 3df92ef1dbb..7aa9709a875 100644
--- a/clang/test/CodeGenObjC/gnu-exceptions.m
+++ b/clang/test/CodeGenObjC/gnu-exceptions.m
@@ -6,7 +6,7 @@ void log(int i);
@class C;
-// CHECK: define void @test0() #0 {
+// CHECK: define void @test0() [[TF:#[0-9]+]] {
void test0() {
@try {
// CHECK: invoke void @opaque()
@@ -31,5 +31,4 @@ void test0() {
log(1);
}
-// CHECK: attributes #0 = { "target-features"={{.*}} }
-// CHECK: attributes #1 = { nounwind readnone }
+// CHECK: attributes [[TF]] = { "{{.*}} }
OpenPOWER on IntegriCloud