diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-02-28 22:49:57 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-02-28 22:49:57 +0000 |
commit | 706469b4530bfeed161e55f006145354b97eada2 (patch) | |
tree | 2fe6a3294f123c4e1da43b125a1aa1c5b271bf50 /clang/test/CodeGenCXX/exceptions.cpp | |
parent | d838bba59b69265933e71cda8532cd5bfc2bf24a (diff) | |
download | bcm5719-llvm-706469b4530bfeed161e55f006145354b97eada2.tar.gz bcm5719-llvm-706469b4530bfeed161e55f006145354b97eada2.zip |
Add more of the command line options as attribute flags.
These can be easily queried by the back-end.
llvm-svn: 176304
Diffstat (limited to 'clang/test/CodeGenCXX/exceptions.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/exceptions.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/exceptions.cpp b/clang/test/CodeGenCXX/exceptions.cpp index fb0a9b2e5ef..f6f5079791a 100644 --- a/clang/test/CodeGenCXX/exceptions.cpp +++ b/clang/test/CodeGenCXX/exceptions.cpp @@ -526,6 +526,4 @@ namespace test11 { // (After this is a terminate landingpad.) } -// CHECK: attributes [[NUW]] = { nounwind } // CHECK: attributes [[NI_NR_NUW]] = { noinline noreturn nounwind } -// CHECK: attributes [[NR_NUW]] = { noreturn nounwind } |