Mercurial > hg > CbC > CbC_llvm
comparison clang/test/CodeGen/sanitizer-module-constructor.c @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
comparison
equal
deleted
inserted
replaced
173:0572611fdcc8 | 207:2e18cbf3894f |
---|---|
14 for (d = g->c;;) | 14 for (d = g->c;;) |
15 ; | 15 ; |
16 } | 16 } |
17 void h() { f(e); } | 17 void h() { f(e); } |
18 | 18 |
19 // CHECK: Running pass: {{.*}}SanitizerPass on {{.*}}sanitizer-module-constructor.c | 19 // CHECK: Running pass: {{.*}}SanitizerPass |
20 // CHECK-NOT: Running pass: LoopSimplifyPass on {{.*}}san.module_ctor | 20 // CHECK-NOT: Running pass: LoopSimplifyPass on {{.*}}san.module_ctor |
21 // CHECK: Running analysis: DominatorTreeAnalysis on {{.*}}san.module_ctor | 21 // CHECK: Running analysis: DominatorTreeAnalysis on {{.*}}san.module_ctor |
22 // CHECK: Running pass: LoopSimplifyPass on {{.*}}san.module_ctor |