3 %% Explicit -flto to override possible -flto=thin in %clangxx_cfi
4 RUN: %clangxx_cfi -flto -c -o %t1.o %S/simple-fail.cpp
5 RUN: opt -passes=lowertypetests -debug-only=lowertypetests -o /dev/null %t1.o 2>&1 | FileCheck --check-prefix=B0 %s
6 B0: {{1B|B@@}}: {{.*}} size 1
8 RUN: %clangxx_cfi -DB32 -flto -c -o %t2.o %S/simple-fail.cpp
9 RUN: opt -passes=lowertypetests -debug-only=lowertypetests -o /dev/null %t2.o 2>&1 | FileCheck --check-prefix=B32 %s
10 B32: {{1B|B@@}}: {{.*}} size 2{{3|4}}
13 RUN: %clangxx_cfi -DB64 -flto -c -o %t3.o %S/simple-fail.cpp
14 RUN: opt -passes=lowertypetests -debug-only=lowertypetests -o /dev/null %t3.o 2>&1 | FileCheck --check-prefix=B64 %s
15 B64: {{1B|B@@}}: {{.*}} size 5{{3|4}}
18 RUN: %clangxx_cfi -DBM -flto -c -o %t4.o %S/simple-fail.cpp
19 RUN: opt -passes=lowertypetests -debug-only=lowertypetests -o /dev/null %t4.o 2>&1 | FileCheck --check-prefix=BM %s
20 BM: {{1B|B@@}}: {{.*}} size 8{{3|4}}