commit | c3af6799d4c8ec4b338236e4361c0795e9af890a | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Tue Feb 26 23:08:48 2013 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Tue Feb 26 23:08:48 2013 +0000 |
tree | 0b35155e1ba00e695780247c39cb9ca5a764cf69 | |
parent | 2693c323c0cf146da439719d6d31f321ac70add0 [diff] [blame] |
Fix testcases to not rely upon target-* attributes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176135 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/builtin-attributes.c b/test/CodeGen/builtin-attributes.c index 79026cb..c5c35c3 100644 --- a/test/CodeGen/builtin-attributes.c +++ b/test/CodeGen/builtin-attributes.c
@@ -58,5 +58,4 @@ return e; } -// CHECK: attributes [[NUW]] = { nounwind } -// CHECK: attributes #1 = { noreturn } +// CHECK: attributes [[NUW]] = { nounwind{{.*}} }