blob: 49a1aeb35dee4d82f548e14088b69a92d8c16e28 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS bitreader bitwriter instrumentation scalaropts ipo nativecodegen)
add_definitions(-fno-exceptions)
add_llvm_tool( pa pa.cpp )
target_link_libraries(pa LLVMDataStructure poolalloc)