llvm-6502/lib/Bitcode/Writer
Duncan P. N. Exon Smith b47d918825 AsmWriter: Assert on unresolved metadata nodes
Assert that `MDNode::isResolved()`.  While in theory the `Verifier`
should catch this, it doesn't descend into all debug info, and the
`DebugInfoVerifier` doesn't call into the `Verifier`.  Besides, this
helps to catch bugs when `-disable-verify=true`.

Note that I haven't come across a place where this fails with clang
today, so no testcase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232442 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-17 00:16:35 +00:00
..
BitcodeWriter.cpp AsmWriter: Assert on unresolved metadata nodes 2015-03-17 00:16:35 +00:00
BitcodeWriterPass.cpp
BitWriter.cpp
CMakeLists.txt
LLVMBuild.txt
Makefile
ValueEnumerator.cpp BitcodeWriter: Refactor common computation of bits required for a type index. 2015-02-25 00:51:52 +00:00
ValueEnumerator.h BitcodeWriter: Refactor common computation of bits required for a type index. 2015-02-25 00:51:52 +00:00