[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / unittests / AsmParser / CMakeLists.txt
blob1920bfaa3aac7b1dcb35266088ab0732f7735109
1 set(LLVM_LINK_COMPONENTS
2   AsmParser
3   Core
4   Support
5   )
7 add_llvm_unittest(AsmParserTests
8   AsmParserTest.cpp
9   )