We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb1572 commit 27dddfcCopy full SHA for 27dddfc
compiler-rt/test/lit.common.cfg
@@ -30,6 +30,8 @@ if compiler_id == "Clang":
30
# We assume that sanitizers should provide good enough error
31
# reports and stack traces even with minimal debug info.
32
config.debug_info_flags = ["-gline-tables-only"]
33
+ if platform.system() == 'Windows':
34
+ config.debug_info_flags.append("-gcodeview")
35
elif compiler_id == 'GNU':
36
config.cxx_mode_flags = ["-x c++"]
37
config.debug_info_flags = ["-g"]
0 commit comments