Go to file
Renato Golin 830f0c4c46 [Compiler-RT] Remove dependency on libgcc_s/eh
Currently, for --rtlib=compiler-rt on GNU systems, we're assuming
that one has libgcc_s and libgcc_eh as low-level libraries, which
when used in conjunction with -lunwind or -lc++abi, breaks that
assumption.

My original fix was wrong, and this patch reverts it to prepare for
a new flag to choose the unwinder/C++ libraries. For the time being,
people can use "-lgcc_s -lgcc_eh" or "-lunwind -lc++abi" or any
combination they need explicitly.

llvm-svn: 243025
2015-07-23 17:24:41 +00:00
clang [Compiler-RT] Remove dependency on libgcc_s/eh 2015-07-23 17:24:41 +00:00
clang-tools-extra Fix the shell script check_clang_tidy.sh in r242984. 2015-07-23 06:03:40 +00:00
compiler-rt [asan] Trying to make peace with the Windows bots, take 2 2015-07-23 11:53:58 +00:00
debuginfo-tests
libclc R600: Implement accurate double precision sqrt v2 2015-07-10 13:37:08 +00:00
libcxx Mark this test as XFAIL with older compilers, since they hit PR18097 2015-07-22 23:32:57 +00:00
libcxxabi Remove include directive for the unused libunwind_ext.h. 2015-07-12 14:47:53 +00:00
libunwind Update version to 3.8.0svn 2015-07-22 21:36:42 +00:00
lld Use the getSymbol with an explicit symbol table. NFC. 2015-07-23 13:41:25 +00:00
lldb Speed up NativeProcessLinux::GetLoadedModuleFileSpec 2015-07-23 14:47:33 +00:00
llgo [llgo] build llgoi by default 2015-07-21 00:47:18 +00:00
llvm NFC. Explicitly specify attributes in BasicAA/cs-cs.ll test. 2015-07-23 14:31:18 +00:00
openmp [CMake] Fix libomp_check_linker_flag function 2015-07-23 14:41:35 +00:00
polly Removed redundant alias checks generated during run time. 2015-07-23 17:04:54 +00:00