brintos

brintos / llvm-project-archived public Read only

0
0
Text · 124 B · 93d31da Raw
7 lines · cpp
1// Check if tsan work with PIE binaries.2// RUN: %clang_tsan %s -pie -fpic -o %t && %run %t3 4int main(void) {5  return 0;6}7