aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lit.cfg.py
diff options
context:
space:
mode:
authorshawbyoung <shawbyoung@gmail.com>2024-06-11 11:31:37 -0700
committershawbyoung <shawbyoung@gmail.com>2024-06-11 11:31:37 -0700
commit2289286c92696109e2d63a977eb845ea4221f199 (patch)
tree90e10f09ae908b875e0a3b4eccdd4c90d8d18989 /lldb/test/API/lit.cfg.py
parent338cbfef03e0ab58d7b52f3301928c58b194a1b4 (diff)
parent5a183532e960444088aa4d76d4686d7c93ba79b9 (diff)
downloadllvm-users/shawbyoung/spr/updated-commandlineargumentreferencemd.zip
llvm-users/shawbyoung/spr/updated-commandlineargumentreferencemd.tar.gz
llvm-users/shawbyoung/spr/updated-commandlineargumentreferencemd.tar.bz2
Created using spr 1.3.4
Diffstat (limited to 'lldb/test/API/lit.cfg.py')
-rw-r--r--lldb/test/API/lit.cfg.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/test/API/lit.cfg.py b/lldb/test/API/lit.cfg.py
index d934349..d4a62c5 100644
--- a/lldb/test/API/lit.cfg.py
+++ b/lldb/test/API/lit.cfg.py
@@ -248,6 +248,11 @@ if is_configured("lldb_libs_dir"):
if is_configured("lldb_framework_dir"):
dotest_cmd += ["--framework", config.lldb_framework_dir]
+# Facebook T92898286
+if is_configured("llvm_test_bolt"):
+ dotest_cmd += ["-E", '"--post-link-optimize"']
+# End Facebook T92898286
+
if (
"lldb-repro-capture" in config.available_features
or "lldb-repro-replay" in config.available_features