[ORC] Add JITLink to dependencies of OrcDebugging.
The OrcDebugging library depends on JITLink after b2518971d82.
GitOrigin-RevId: 71bb5f7b572c373e719a74edc712950b184d4e37
diff --git a/lib/ExecutionEngine/Orc/Debugging/CMakeLists.txt b/lib/ExecutionEngine/Orc/Debugging/CMakeLists.txt
index 2c3b2bd..23b4714 100644
--- a/lib/ExecutionEngine/Orc/Debugging/CMakeLists.txt
+++ b/lib/ExecutionEngine/Orc/Debugging/CMakeLists.txt
@@ -17,6 +17,7 @@
LINK_COMPONENTS
DebugInfoDWARF
+ JITLink
OrcJIT
OrcShared
Support