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
[NFC][AArch64] Explicitly define undefined bits for instructions (#122129)
[llvm-project.git]
/
compiler-rt
/
test
/
sanitizer_common
/
TestCases
/
Linux
/
pie_no_aslr.cpp
blob
246794bca7399aa5911a11657c4b5ed0a959b736
1
// RUN: %clangxx %s -pie -fPIE -o %t && %run setarch x86_64 -R %t
2
// REQUIRES: x86_64-target-arch
3
4
int
main
() {
return
0
; }