summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/LLVMBuild.txt
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-07-03 02:01:39 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-07-03 02:01:39 +0000
commit97de474a36c4df5f9de603c1d6ae2f3e0b268cf4 (patch)
treec3d8590271a568a3c79c32bada8dd98fa2491993 /llvm/lib/MC/LLVMBuild.txt
parentb6e8ce82509e9ba93238a6eb90fed2007db1bc76 (diff)
downloadbcm5719-llvm-97de474a36c4df5f9de603c1d6ae2f3e0b268cf4.tar.gz
bcm5719-llvm-97de474a36c4df5f9de603c1d6ae2f3e0b268cf4.zip
Invert the MC -> Object dependency.
Now that we have a lib/MC/MCAnalysis, the dependency was there just because of two helper classes. Move the two over to MC. This will allow IRObjectFile to parse inline assembly. llvm-svn: 212248
Diffstat (limited to 'llvm/lib/MC/LLVMBuild.txt')
-rw-r--r--llvm/lib/MC/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/LLVMBuild.txt b/llvm/lib/MC/LLVMBuild.txt
index da9995d6c57..3fcb50b97c6 100644
--- a/llvm/lib/MC/LLVMBuild.txt
+++ b/llvm/lib/MC/LLVMBuild.txt
@@ -22,4 +22,4 @@ subdirectories = MCAnalysis MCDisassembler MCParser
type = Library
name = MC
parent = Libraries
-required_libraries = Object Support
+required_libraries = Support
OpenPOWER on IntegriCloud