MIRParser/LLVMBuild.txt: Add MC for MCRegisterInfo::getDwarfRegNum().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243081 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2015-07-24 01:12:36 +00:00
parent af9a5bc3e4
commit 152d200641

View File

@ -19,4 +19,4 @@
type = Library
name = MIRParser
parent = CodeGen
required_libraries = AsmParser CodeGen Core Support Target
required_libraries = AsmParser CodeGen Core MC Support Target