blob: 8703bd4446691f488958952818ad1fd70a1a797b [file] [log] [blame]
set(LLVM_LINK_COMPONENTS bitreader bitwriter instrumentation scalaropts ipo nativecodegen)
file(GLOB sources *.cpp)
add_definitions(-fno-exceptions)
add_llvm_tool( pa ${sources} )
target_link_libraries(pa LLVMDataStructure poolalloc)