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
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Driver
/
linux-default-pie.c
blob
6772a6cd3fd0c962fde3ce094a65013fb9d17b26
1
// REQUIRES: default-pie-on-linux
2
/// Test -DCLANG_DEFAULT_PIE_ON_LINUX=on.
3
4
// RUN: %clang -### --target=aarch64-linux-gnu %s 2>&1 | FileCheck %s --check-prefix=PIE2
5
6
// PIE2: "-mrelocation-model" "pic" "-pic-level" "2" "-pic-is-pie"
7
// PIE2: "-pie"