Go to file
Filipe Cabecinhas d0c6468a2b Fix tests so they work when the linker is gcc
If the linker is gcc (the default for Generic_ELF toolchains), we end up
passing most of the arguments to the linker.

Some tests were failing to account for this in their usage of *-NOT: lines
and would fail if compiled with
-DLLVM_DEFAULT_TARGET_TRIPLE=x86_64-unknown-unknown

llvm-svn: 228902
2015-02-12 03:37:55 +00:00
clang Fix tests so they work when the linker is gcc 2015-02-12 03:37:55 +00:00
clang-tools-extra Add clang-tidy check google-global-names-in-headers. 2015-02-11 21:21:05 +00:00
compiler-rt [Sanitizer] Change InitializeFlags() signatures. NFC. 2015-02-12 00:36:42 +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 Implement log10 2015-01-30 18:00:34 +00:00
libcxx Change some template parameter names from _C and _N to _Cont and _Sz. No functionality change. 2015-02-11 16:14:01 +00:00
libcxxabi unwind: tweak inclusion ordering to work around GCC 2015-02-11 05:20:53 +00:00
lld PECOFF: make dumpbin tool happy. 2015-02-12 02:50:05 +00:00
lldb Make a more complete fix for always supplying an execution context when getting byte sizes from types. 2015-02-12 00:34:25 +00:00
llgo irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
llvm Fixed a bug where CFLAA would crash the compiler. 2015-02-12 03:07:07 +00:00
openmp Fixed memory corruption problem. 2015-02-10 20:10:21 +00:00
polly [FIX] Remove XFAIL again 2015-02-11 19:28:39 +00:00