Go to file
George Rimar 1b51b7fc7f [ELF] - Fail the link if something happens on DWARF parsing stage of -gdb-index building
This is relative to PR33173,

Previously if something wrong happened on DWARF parsers side during parsing
object for building gdb index (like was in PR: unsupported relocation) 
then LLD continued and finished the link. DWARF parsers sure showed error
message on their side, but that is all.

Patch changes behavior to fail the link in this case and show more
detailed message.

Differential revision: https://reviews.llvm.org/D34814

llvm-svn: 307370
2017-07-07 09:18:05 +00:00
clang [ObjC] Avoid the -Wunguarded-availability warnings for protocol 2017-07-07 09:15:29 +00:00
clang-tools-extra [clangd] Add support for per-file extra flags 2017-07-06 08:44:54 +00:00
compiler-rt Revert r307342, r307343. 2017-07-07 01:31:23 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc generic: add missing get_work_dim include 2017-06-02 15:58:35 +00:00
libcxx cmath: Support clang's -fdelayed-template-parsing 2017-07-07 05:13:36 +00:00
libcxxabi Fix incomplete type test on OS X; workaround weird DYLD_LIBRARY_PATH behavior 2017-07-06 00:29:09 +00:00
libunwind Add a test harness 2017-07-06 15:20:12 +00:00
lld [ELF] - Fail the link if something happens on DWARF parsing stage of -gdb-index building 2017-07-07 09:18:05 +00:00
lldb Fix Xcode project file for gtest schemes. 2017-07-06 23:25:35 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [AArch64] Add test case for preferred function alignment (NFC). 2017-07-07 09:17:53 +00:00
openmp Fix wrong website in messages 2017-07-05 22:01:05 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Make create_ll work with latest LLVM [NFC] 2017-07-07 04:20:55 +00:00