Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bolt/test/AArch64/lit.local.cfg')
-rw-r--r--bolt/test/AArch64/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt/test/AArch64/lit.local.cfg b/bolt/test/AArch64/lit.local.cfg
index 2806b3027d52..a727a7d2eafe 100644
--- a/bolt/test/AArch64/lit.local.cfg
+++ b/bolt/test/AArch64/lit.local.cfg
@@ -4,4 +4,4 @@ if 'AArch64' not in config.root.targets:
config.substitutions.insert(
0, ('%cflags',
'%cflags --target=aarch64-pc-linux -nostartfiles -nostdlib -fuse-ld=lld'
- ' -Wl,--unresolved-symbols=ignore-all'))
+ ' -ffreestanding -Wl,--unresolved-symbols=ignore-all'))