OSDN Git Service

Verifier: Reject any unknown named MD nodes in the llvm.dbg namespace.
authorAdrian Prantl <aprantl@apple.com>
Wed, 5 Oct 2016 21:31:19 +0000 (21:31 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 5 Oct 2016 21:31:19 +0000 (21:31 +0000)
commit5ea3570b6a160837d0c1456c2efc7fbe72af7591
treef2762eaeed8e79a93b6e663e6bd1562e32927a2d
parent6a6f29c0d8ec68f8b6588962593abdf5a517862b
Verifier: Reject any unknown named MD nodes in the llvm.dbg namespace.

This came out of a discussion in https://reviews.llvm.org/D25285.

There used to be various other llvm.dbg.* nodes, but we don't support
upgrading them and we want to reserve the namespace for future uses.

This also removes an entirely obsolete and bitrotted testcase for PR7662.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283390 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Verifier.cpp
test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
test/DebugInfo/Generic/2010-07-19-Crash.ll [deleted file]