Stricter checks in the stack-protector codegen test.

llvm-svn: 266095
This commit is contained in:
Evgeniy Stepanov 2016-04-12 17:51:59 +00:00
parent ff7ac6a7b9
commit b0c887762a
1 changed files with 2 additions and 2 deletions

View File

@ -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