Fix uninitialized variable
[llvm-core.git] / unittests / OptRemarks / CMakeLists.txt
blob94c74867cc4047d9c13140ac72bc50db9d741153
1 set(LLVM_LINK_COMPONENTS
2   OptRemarks
3   Support
4   )
6 add_llvm_unittest(OptRemarksTests
7   OptRemarksParsingTest.cpp
8   )