diff --git a/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt b/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt index 4cc558c5fd2..51800a64b1e 100644 --- a/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt +++ b/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt @@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS RuntimeDyld ScalarOpts Support + TransformUtils native )