Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / target-info.c
blob98a3ca32b570bc9e2c7da53d8ec43021f25a23e1
1 // RUN: c-index-test -test-print-target-info %s --target=i386-unknown-linux-gnu | FileCheck %s
2 // RUN: c-index-test -test-print-target-info %s --target=x86_64-unknown-linux-gnu | FileCheck --check-prefix=CHECK-1 %s
3 // CHECK: TargetTriple: i386-unknown-linux-gnu
4 // CHECK: PointerWidth: 32
5 // CHECK-1: TargetTriple: x86_64-unknown-linux-gnu
6 // CHECK-1: PointerWidth: 64