1add_llvm_library(LLVMX86AsmParser
2  X86AsmInstrumentation.cpp
3  X86AsmParser.cpp
4
5  LINK_LIBS
6  LLVMX86CodeGen
7  )
8