diff options
author | Mitch Phillips <mitchphillips@outlook.com> | 2019-04-24 18:37:55 +0000 |
---|---|---|
committer | Mitch Phillips <mitchphillips@outlook.com> | 2019-04-24 18:37:55 +0000 |
commit | ca0a68705f8e747eeae59b9f57b3e4c96490ec25 (patch) | |
tree | bc1aa3baaa180fefe8f0408d7ea11840595ae4fa | |
parent | 832c7d9f36bcb7a99113999439c82390b31919bd (diff) | |
download | bcm5719-llvm-ca0a68705f8e747eeae59b9f57b3e4c96490ec25.tar.gz bcm5719-llvm-ca0a68705f8e747eeae59b9f57b3e4c96490ec25.zip |
[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.
llvm-svn: 359123
-rw-r--r-- | compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt b/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt index 03a5b0fe32d..e20fdc7c381 100644 --- a/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt +++ b/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt @@ -133,6 +133,7 @@ strtol U strtold_l U strtoll_l U strtoull_l U +syscall U tcgetattr U uname U ungetc U |