From 0fd5f6964df668cc96e69eff2300dfd13ca29729 Mon Sep 17 00:00:00 2001 From: Joachim Protze Date: Mon, 31 Jan 2022 22:53:01 +0100 Subject: [PATCH] [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. --- openmp/tools/archer/tests/lit.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/tools/archer/tests/lit.cfg b/openmp/tools/archer/tests/lit.cfg index 7396e4b..2dd85fb 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 -- 2.7.4