forked from OSchip/llvm-project
Stricter checks in the stack-protector codegen test.
llvm-svn: 266095
This commit is contained in:
parent
ff7ac6a7b9
commit
b0c887762a
|
@ -23,13 +23,13 @@ void test1(const char *msg) {
|
|||
}
|
||||
|
||||
// NOSSP-NOT: attributes #[[A]] = {{.*}} ssp
|
||||
// SSP: attributes #[[A]] = {{.*}} ssp
|
||||
// SSP: attributes #[[A]] = {{.*}} ssp{{ }}
|
||||
// SSPSTRONG: attributes #[[A]] = {{.*}} sspstrong
|
||||
// SSPREQ: attributes #[[A]] = {{.*}} sspreq
|
||||
|
||||
// SAFESTACK-NOSSP: attributes #[[A]] = {{.*}} safestack
|
||||
// SAFESTACK-NOSSP-NOT: ssp
|
||||
|
||||
// SAFESTACK-SSP: attributes #[[A]] = {{.*}} safestack ssp
|
||||
// SAFESTACK-SSP: attributes #[[A]] = {{.*}} safestack ssp{{ }}
|
||||
// SAFESTACK-SSPSTRONG: attributes #[[A]] = {{.*}} safestack sspstrong
|
||||
// SAFESTACK-SSPREQ: attributes #[[A]] = {{.*}} safestack sspreq
|
||||
|
|
Loading…
Reference in New Issue