summaryrefslogtreecommitdiffstats
path: root/llvm/examples/LLJITExamples/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/examples/LLJITExamples/CMakeLists.txt')
-rw-r--r--llvm/examples/LLJITExamples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/LLJITExamples/CMakeLists.txt b/llvm/examples/LLJITExamples/CMakeLists.txt
index 2ae0a5a22ba..3aaaa2c1951 100644
--- a/llvm/examples/LLJITExamples/CMakeLists.txt
+++ b/llvm/examples/LLJITExamples/CMakeLists.txt
@@ -1,3 +1,3 @@
add_subdirectory(LLJITDumpObjects)
add_subdirectory(LLJITWithObjectCache)
-add_subdirectory(LLJITWithJITLink)
+add_subdirectory(LLJITWithCustomObjectLinkingLayer)
OpenPOWER on IntegriCloud