blob: 1920bfaa3aac7b1dcb35266088ab0732f7735109 [file] [log] [blame]
Alex Lorenzc6277792015-05-20 20:41:27 +00001set(LLVM_LINK_COMPONENTS
2 AsmParser
3 Core
4 Support
5 )
6
7add_llvm_unittest(AsmParserTests
8 AsmParserTest.cpp
9 )