llvm-6502/tools
Duncan P. N. Exon Smith aaff953db4 llvm-dis: Stop crashing when dropping debug info
Since r199356, we've printed a warning when dropping debug info.
r225562 started crashing on that, since it registered a diagnostic
handler that only expected errors.  This fixes the handler to expect
other severities.  As a side effect, it now prints "error: " at the
start of error messages, similar to `llvm-as`.

There was a testcase for r199356, but it only really checked the
assembler.  Move `test/Bitcode/drop-debug-info.ll` to `test/Assembler`,
and introduce `test/Bitcode/drop-debug-info.3.5.ll` (and companion
`.bc`) to test the bitcode reader.

Note: tools/gold/gold-plugin.cpp has an equivalent bug, but I'm not sure
what the best fix is there.  I'll file a PR.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230416 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-25 01:10:03 +00:00
..
bugpoint
bugpoint-passes
dsymutil
gold Set the datalayout in the gold plugin. 2015-02-21 00:13:15 +00:00
llc
lli
llvm-ar
llvm-as
llvm-bcanalyzer [opaque pointer type] Bitcode support for explicit type parameter on GEP. 2015-02-25 01:08:52 +00:00
llvm-c-test
llvm-config
llvm-cov InstrProf: Teach llvm-cov to show the max count instead of the last 2015-02-23 21:21:34 +00:00
llvm-diff
llvm-dis llvm-dis: Stop crashing when dropping debug info 2015-02-25 01:10:03 +00:00
llvm-dwarfdump
llvm-extract
llvm-go
llvm-jitlistener
llvm-link
llvm-lto [LTO API] add lto_codegen_set_module to set the destination module. 2015-02-24 00:45:56 +00:00
llvm-mc
llvm-mcmarkup
llvm-nm
llvm-objdump
llvm-pdbdump [llvm-pdbdump] Remove unused variables. 2015-02-23 11:33:54 +00:00
llvm-profdata
llvm-readobj
llvm-rtdyld
llvm-shlib Revert "Raising minimum required CMake version to 2.8.12.2." 2015-02-24 16:39:46 +00:00
llvm-size
llvm-stress
llvm-symbolizer
llvm-vtabledump
lto [LTO API] add lto_codegen_set_module to set the destination module. 2015-02-24 00:45:56 +00:00
macho-dump
msbuild
obj2yaml [obj2yaml/yaml2obj] Add SHT_GROUP support. 2015-02-21 04:28:26 +00:00
opt
verify-uselistorder
yaml2obj [obj2yaml/yaml2obj] Add SHT_GROUP support. 2015-02-21 04:28:26 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile