repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
compiler-rt
/
test
/
tsan
/
pie_test.cpp
blob
93d31daf5fd61bff0aaaa1e4cd375d2476abc790
1
// Check if tsan work with PIE binaries.
2
// RUN: %clang_tsan %s -pie -fpic -o %t && %run %t
3
4
int
main
(
void
) {
5
return
0
;
6
}