Sign in
llvm
/
llvm-project.git
/
refs/heads/users/pcc/spr/main.llvm-jitlink-fix-bug-in-target-address-computation
/
.
/
bolt
/
test
/
X86
/
lit.local.cfg
blob: ea9928d1918847ddc4606bac2e46cd7d3fd4282e [
file
] [
log
] [
blame
] [
edit
]
if
not
"X86"
in
config
.
root
.
targets
:
config
.
unsupported
=
True
flags
=
"--target=x86_64-unknown-linux-gnu -nostdlib"
config
.
substitutions
.
insert
(
0
,
(
"%cflags"
,
f
"%cflags {flags}"
))
config
.
substitutions
.
insert
(
0
,
(
"%cxxflags"
,
f
"%cxxflags {flags}"
))