Go to file
Daniel Sanders 958d69e0fc [msan] Run the tests for each supported arch and suffix each one to distinguish them.
Summary:
Previously, the tests only ran for the 64-bit equivalent of the default target
(see -m64).
Given the supported architecture list only contains 64-bit targets, this happens
to work out the same as the supported targets in most cases but may matter for
X86_64/X86_64h on Darwin.

For other targets, the practical effect is that the test names contain the
architecture. This resolves some confusion when msan tests fail since their
name no longer implies that they are trying to test the default target.

Reviewers: samsonov

Subscribers: tberghammer, danalbert, srhines, llvm-commits

Differential Revision: http://reviews.llvm.org/D16855

llvm-svn: 260230
2016-02-09 16:18:15 +00:00
clang Registering the gnuNullExpr AST matcher as a dynamic matcher so that it is available from clang-query. 2016-02-09 14:04:49 +00:00
clang-tools-extra [clang-tidy] Add -target in misc-misplaced-widening-cast test so it will work on various bots 2016-02-09 15:43:05 +00:00
compiler-rt [msan] Run the tests for each supported arch and suffix each one to distinguish them. 2016-02-09 16:18:15 +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 math: Add frexp ported from amd-builtins 2016-02-08 17:07:21 +00:00
libcxx Minor updates to failing tests. NFC 2016-02-09 06:38:56 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind Introduce NetBSD support 2016-02-06 18:19:29 +00:00
lld Use the plt entry as the address of some symbols. 2016-02-09 15:11:01 +00:00
lldb Fix a typo in an xfail decorator in TestExprsChar 2016-02-09 10:10:42 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [AArch64] Rename variable to improve readability. NFC. 2016-02-09 15:59:57 +00:00
openmp [GCC] GOMP_task: Change argument type of if_cond from int to bool 2016-02-09 07:07:30 +00:00
polly Separate invariant equivalence classes by type 2016-02-07 17:30:13 +00:00