diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2015-06-01 21:56:56 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2015-06-01 21:56:56 +0000 |
| commit | d9fb62eef29343585531ab3f1341839a6bf978b5 (patch) | |
| tree | 0b195cd7a094fe756f5f23cb84594fad548cab2e /llvm/lib/ExecutionEngine/LLVMBuild.txt | |
| parent | 3ae7492b2dd7c2f1987bc257878e7eedcaec352a (diff) | |
| download | bcm5719-llvm-d9fb62eef29343585531ab3f1341839a6bf978b5.tar.gz bcm5719-llvm-d9fb62eef29343585531ab3f1341839a6bf978b5.zip | |
add missing dependency for ExecutionEngine lib
This appears to be masked most of the time, but the problem
was exposed on some bots by r238051.
llvm-svn: 238788
Diffstat (limited to 'llvm/lib/ExecutionEngine/LLVMBuild.txt')
| -rw-r--r-- | llvm/lib/ExecutionEngine/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/LLVMBuild.txt b/llvm/lib/ExecutionEngine/LLVMBuild.txt index 8509852b652..9d29a41f504 100644 --- a/llvm/lib/ExecutionEngine/LLVMBuild.txt +++ b/llvm/lib/ExecutionEngine/LLVMBuild.txt @@ -22,4 +22,4 @@ subdirectories = Interpreter MCJIT RuntimeDyld IntelJITEvents OProfileJIT Orc type = Library name = ExecutionEngine parent = Libraries -required_libraries = Core MC Object RuntimeDyld Support +required_libraries = Core MC Object RuntimeDyld Support Target |

