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/lit.cfg.py')
-rw-r--r--bolt/test/lit.cfg.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bolt/test/lit.cfg.py b/bolt/test/lit.cfg.py
index 82e0db362fbc..a6bf3d073b97 100644
--- a/bolt/test/lit.cfg.py
+++ b/bolt/test/lit.cfg.py
@@ -53,6 +53,9 @@ else:
if config.bolt_enable_runtime:
config.available_features.add("bolt-runtime")
+if config.gnu_ld:
+ config.available_features.add("gnu_ld")
+
llvm_config.use_default_substitutions()
llvm_config.config.environment['CLANG'] = config.bolt_clang