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
path: root/openmp
diff options
context:
space:
mode:
authorJoachim Protze <protze@itc.rwth-aachen.de>2022-02-01 00:53:01 +0300
committerJoachim Protze <protze@itc.rwth-aachen.de>2022-02-01 00:55:29 +0300
commit0fd5f6964df668cc96e69eff2300dfd13ca29729 (patch)
treeff44ac73a5601c4f502f3a24991da1cbcfbc0e48 /openmp
parenta5dd6c74195551f0743dce7624683dce8084835f (diff)
[OpenMP][tests][NFC] Pin debug info to DWARF v4 for libarcher tests
Temporary solution for #53467, since debian test machines do not support DWARF v5.
Diffstat (limited to 'openmp')
-rw-r--r--openmp/tools/archer/tests/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/tools/archer/tests/lit.cfg b/openmp/tools/archer/tests/lit.cfg
index 7396e4b0d5d3..2dd85fb391eb 100644
--- a/openmp/tools/archer/tests/lit.cfg
+++ b/openmp/tools/archer/tests/lit.cfg
@@ -49,7 +49,7 @@ config.test_flags = " -I " + config.test_source_root + \
" " + config.test_archer_flags + \
" " + config.test_extra_flags
-config.archer_flags = "-g -O1 -fsanitize=thread"
+config.archer_flags = "-gdwarf-4 -O1 -fsanitize=thread"
# extra libraries