We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f1f6d commit 658dc6eCopy full SHA for 658dc6e
llvm/utils/gn/secondary/llvm/unittests/ExecutionEngine/JITLink/BUILD.gn
@@ -3,6 +3,7 @@ import("//third-party/unittest/unittest.gni")
3
unittest("JITLinkTests") {
4
deps = [
5
"//llvm/lib/ExecutionEngine/JITLink",
6
+ "//llvm/lib/ExecutionEngine/Orc",
7
"//llvm/lib/ExecutionEngine/Orc/Shared",
8
"//llvm/lib/ExecutionEngine/Orc/TargetProcess",
9
"//llvm/lib/ExecutionEngine/RuntimeDyld",
0 commit comments