[compiler-rt] r359123 - [llvm-symbolizer] Quick fix for broken sanitizer bot

Mitch Phillips via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 11:37:55 PDT 2019


Author: hctim
Date: Wed Apr 24 11:37:55 2019
New Revision: 359123

URL: http://llvm.org/viewvc/llvm-project?rev=359123&view=rev
Log:
[llvm-symbolizer] Quick fix for broken sanitizer bot
(sanitizer-x86_64-linux) until I can triage the issue properly. The
build has been broken due to the symbolizer build checks failing.

As the symbolizer build script relies on the old svn repo layout, it may
take a little while longer to find the responsible patch for the
breakage. This may be a completely valid fix, but I will need to confirm
it. For now, it unbreaks the build.

Tracking data:
Build where the break first occurred: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/21211
Changelist authors: @grimar, @maskray, @whitequark, @spatel, @dpreobra

For the authors, no action needed (yet). Will follow up when I can
identify the cause.

Modified:
    compiler-rt/trunk/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt

Modified: compiler-rt/trunk/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt?rev=359123&r1=359122&r2=359123&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt (original)
+++ compiler-rt/trunk/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt Wed Apr 24 11:37:55 2019
@@ -133,6 +133,7 @@ strtol U
 strtold_l U
 strtoll_l U
 strtoull_l U
+syscall U
 tcgetattr U
 uname U
 ungetc U




More information about the llvm-commits mailing list