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 a9a7498 commit 3b1b1d7Copy full SHA for 3b1b1d7
compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_symbolize.cpp
@@ -28,7 +28,7 @@ static llvm::symbolize::PrinterConfig getDefaultPrinterConfig() {
28
Config.Pretty = false;
29
Config.Verbose = false;
30
Config.PrintFunctions = true;
31
- Config.PrintAddress = true;
+ Config.PrintAddress = false;
32
Config.SourceContextLines = 0;
33
return Config;
34
}
0 commit comments