diff options
author | Michael Liao <michael.hliao@gmail.com> | 2019-10-10 18:04:52 +0000 |
---|---|---|
committer | Michael Liao <michael.hliao@gmail.com> | 2019-10-10 18:04:52 +0000 |
commit | a121891a553647467a67076c4e0a374c14d50a2c (patch) | |
tree | 138d3bb4693111a4355b474ac2fe49a3611253e0 /llvm/lib | |
parent | 822946ceaabbef8ce8b064e6c7aa10d2930890af (diff) | |
download | bcm5719-llvm-a121891a553647467a67076c4e0a374c14d50a2c.tar.gz bcm5719-llvm-a121891a553647467a67076c4e0a374c14d50a2c.zip |
Fix build by adding the missing dependency.
llvm-svn: 374406
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/DebugInfo/GSYM/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/GSYM/LLVMBuild.txt b/llvm/lib/DebugInfo/GSYM/LLVMBuild.txt index ff324253994..d3cf7653abf 100644 --- a/llvm/lib/DebugInfo/GSYM/LLVMBuild.txt +++ b/llvm/lib/DebugInfo/GSYM/LLVMBuild.txt @@ -18,4 +18,4 @@ type = Library name = DebugInfoGSYM parent = DebugInfo -required_libraries = Support +required_libraries = MC Support |