17 lines
339 B
CMake
17 lines
339 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
BitReader
|
||
|
Remarks
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(RemarksTests
|
||
|
BitstreamRemarksFormatTest.cpp
|
||
|
BitstreamRemarksParsingTest.cpp
|
||
|
BitstreamRemarksSerializerTest.cpp
|
||
|
RemarksAPITest.cpp
|
||
|
RemarksLinkingTest.cpp
|
||
|
RemarksStrTabParsingTest.cpp
|
||
|
YAMLRemarksParsingTest.cpp
|
||
|
YAMLRemarksSerializerTest.cpp
|
||
|
)
|