[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / tools / llvm-reduce / remove-thread-local.ll
blob14067059e12215a2a7b97757027f840eec438680
1 ; RUN: llvm-reduce --abort-on-invalid-reduction --delta-passes=global-values --test FileCheck --test-arg --check-prefixes=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t
2 ; RUN: FileCheck --check-prefix=CHECK-FINAL %s --input-file=%t
4 ; CHECK-INTERESTINGNESS: @g = {{.*}}global i32
5 ; CHECK-FINAL: @g = global i32
7 @g = thread_local(initialexec) global i32 0