diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-12-06 02:22:11 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-12-06 02:22:11 +0000 |
| commit | 6980404cfe7c18ee03369102843ddeaf21e64fcc (patch) | |
| tree | 4776d02da8a27b25b96641ca407500f7a42a731b | |
| parent | e9b68b55c15fa248487cc5d2429212461472d6b3 (diff) | |
| download | bcm5719-llvm-6980404cfe7c18ee03369102843ddeaf21e64fcc.tar.gz bcm5719-llvm-6980404cfe7c18ee03369102843ddeaf21e64fcc.zip | |
LLVMInstrumentation requires MC since r223532.
llvm-svn: 223573
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/LLVMBuild.txt | 2 |
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 |

