[X86] Fix an incorrect usage of In32BitMode that should have been Not64BitMode.
[oota-llvm.git] / examples / Kaleidoscope / Orc / CMakeLists.txt
1 add_subdirectory(initial)
2 add_subdirectory(lazy_codegen)
3 add_subdirectory(lazy_irgen)
4 add_subdirectory(fully_lazy)