summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-12-06 02:22:11 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-12-06 02:22:11 +0000
commit6980404cfe7c18ee03369102843ddeaf21e64fcc (patch)
tree4776d02da8a27b25b96641ca407500f7a42a731b
parente9b68b55c15fa248487cc5d2429212461472d6b3 (diff)
downloadbcm5719-llvm-6980404cfe7c18ee03369102843ddeaf21e64fcc.tar.gz
bcm5719-llvm-6980404cfe7c18ee03369102843ddeaf21e64fcc.zip
LLVMInstrumentation requires MC since r223532.
llvm-svn: 223573
-rw-r--r--llvm/lib/Transforms/Instrumentation/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/LLVMBuild.txt b/llvm/lib/Transforms/Instrumentation/LLVMBuild.txt
index 99e95dfa375..59249e6ab44 100644
--- a/llvm/lib/Transforms/Instrumentation/LLVMBuild.txt
+++ b/llvm/lib/Transforms/Instrumentation/LLVMBuild.txt
@@ -19,4 +19,4 @@
type = Library
name = Instrumentation
parent = Transforms
-required_libraries = Analysis Core Support Target TransformUtils
+required_libraries = Analysis Core MC Support Target TransformUtils
OpenPOWER on IntegriCloud