mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 05:36:06 +00:00
This test was still failing for me after r244925, fix it harder.
llvm-svn: 244991
This commit is contained in:
parent
9255161665
commit
34fa813d9b
@ -374,9 +374,6 @@ namespace builtins {
|
||||
// CHECK-DAG: attributes [[ATTR_BUILTIN_NEW]] = {{[{].*}} builtin {{.*[}]}}
|
||||
// CHECK-DAG: attributes [[ATTR_BUILTIN_DELETE]] = {{[{].*}} builtin {{.*[}]}}
|
||||
|
||||
// CHECK: attributes [[ATTR_NOUNWIND]] =
|
||||
// CHECK-NOT: builtin
|
||||
// CHECK-NOT: attributes
|
||||
// CHECK: nounwind
|
||||
// CHECK-NOT: builtin
|
||||
// CHECK-NOT: attributes
|
||||
// The ([^b}|...) monstrosity is matching a character that's not the start of 'builtin'.
|
||||
// Add more letters if this matches some other attribute.
|
||||
// CHECK-DAG: attributes [[ATTR_NOUNWIND]] = {{([^b]|b[^u]|bu[^i]|bui[^l])*}} nounwind {{([^b]|b[^u]|bu[^i]|bui[^l])*$}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user