diff options
author | Michael Liao <michael.hliao@gmail.com> | 2019-04-02 13:01:45 +0000 |
---|---|---|
committer | Michael Liao <michael.hliao@gmail.com> | 2019-04-02 13:01:45 +0000 |
commit | deef72091a3b2d9d191141126d922731e9539d81 (patch) | |
tree | 3091cbabb3b74253c8c80708300030d670c7cef3 | |
parent | f8078f6b1d913cc7db12b2a1e7807db07eb41793 (diff) | |
download | bcm5719-llvm-deef72091a3b2d9d191141126d922731e9539d81.tar.gz bcm5719-llvm-deef72091a3b2d9d191141126d922731e9539d81.zip |
[ObjectYAML] Fix build issue
- ObjectYAML depends on Object as minidump support adds additional
dependency.
llvm-svn: 357471
-rw-r--r-- | llvm/lib/ObjectYAML/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ObjectYAML/LLVMBuild.txt b/llvm/lib/ObjectYAML/LLVMBuild.txt index 66a508d334f..c9212361e8c 100644 --- a/llvm/lib/ObjectYAML/LLVMBuild.txt +++ b/llvm/lib/ObjectYAML/LLVMBuild.txt @@ -10,4 +10,4 @@ type = Library name = ObjectYAML parent = Libraries -required_libraries = Support DebugInfoCodeView +required_libraries = Object Support DebugInfoCodeView |