summaryrefslogtreecommitdiff
path: root/test/cfi/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/cfi/lit.cfg')
-rw-r--r--test/cfi/lit.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cfi/lit.cfg b/test/cfi/lit.cfg
index 301d932ec..7dae9a0d5 100644
--- a/test/cfi/lit.cfg
+++ b/test/cfi/lit.cfg
@@ -32,6 +32,7 @@ if config.lto_supported:
config.substitutions.append((r"%clangxx_cfi_diag ", clang_cfi + cxx + non_dso + diag))
config.substitutions.append((r"%clangxx_cfi_dso ", clang_cfi + cxx + dso))
config.substitutions.append((r"%clangxx_cfi_dso_diag ", clang_cfi + cxx + dso + diag))
+ config.substitutions.append((r"%debug_info_flags", ' '.join(config.debug_info_flags)))
else:
config.unsupported = True