Go to file
Eric Fiselier 37ba54e5d7 Add UBSan blacklist for <__tree> and <__hash_table>
We all know <__tree> and <__hash_table> have plenty of UB that UBSan faithfully
finds. I am working on fixing this. However the noisy output from these failures
prevent automatically detecting regressions elsewhere.

This patch adds a blacklist file for these failures so I can later set up a
UBSAN buildbot.

llvm-svn: 273104
2016-06-19 02:25:22 +00:00
clang Revert "Make test less sensitive to the resource directory." 2016-06-19 01:14:35 +00:00
clang-tools-extra [clang-tidy] More doc fixes. NFC. 2016-06-17 12:01:15 +00:00
compiler-rt [sanitizers] [SystemZ] Add __tls_get_offset interceptor. 2016-06-17 20:24:35 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc configure: Remove device specific defines 2016-06-17 20:30:50 +00:00
libcxx Add UBSan blacklist for <__tree> and <__hash_table> 2016-06-19 02:25:22 +00:00
libcxxabi Fix [libcxxabi] Fix warning about uninitialized const member. 2016-06-15 19:59:16 +00:00
libunwind [libunwind] Improve unwinder stack usage - III 2016-06-14 15:51:01 +00:00
lld Add a test showing that lto produces relaxable relocations. 2016-06-18 00:36:39 +00:00
lldb Allow installing watchpoints at less than 8-byte alligned addresses for AArch64 targets 2016-06-16 16:41:22 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm doesSetDirectiveSuppressesReloc -> doesSetDirectiveSuppressReloc, the 2016-06-18 23:25:37 +00:00
openmp Change hwloc discovery algorithm to print topology only for accessible resources 2016-06-16 20:31:19 +00:00
polly Replace ScalarReplAggregatesPass by SROAPass. 2016-06-15 13:21:28 +00:00