1 set(LLVM_LINK_COMPONENTS
12 add_llvm_example(LLJITWithGDBRegistrationListener
13 LLJITWithGDBRegistrationListener.cpp
16 # We want JIT'd code to be able to link against process symbols like printf
17 # for this example, so make sure they're exported.
18 export_executable_symbols(LLJITWithGDBRegistrationListener)