[Openmp-commits] [openmp] 0fd5f69 - [OpenMP][tests][NFC] Pin debug info to DWARF v4 for libarcher tests
Joachim Protze via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jan 31 13:56:17 PST 2022
Author: Joachim Protze
Date: 2022-01-31T22:55:29+01:00
New Revision: 0fd5f6964df668cc96e69eff2300dfd13ca29729
URL: https://github.com/llvm/llvm-project/commit/0fd5f6964df668cc96e69eff2300dfd13ca29729
DIFF: https://github.com/llvm/llvm-project/commit/0fd5f6964df668cc96e69eff2300dfd13ca29729.diff
LOG: [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.
Added:
Modified:
openmp/tools/archer/tests/lit.cfg
Removed:
################################################################################
diff --git a/openmp/tools/archer/tests/lit.cfg b/openmp/tools/archer/tests/lit.cfg
index 7396e4b0d5d38..2dd85fb391eb5 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
More information about the Openmp-commits
mailing list