repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
[llvm-core.git]
/
unittests
/
Remarks
/
CMakeLists.txt
blob
0bc67fc4f95aefb354f860083bf9bd146564ca20
1
set(LLVM_LINK_COMPONENTS
2
BitReader
3
Remarks
4
Support
5
)
6
7
add_llvm_unittest(RemarksTests
8
BitstreamRemarksFormatTest.cpp
9
BitstreamRemarksSerializerTest.cpp
10
RemarksAPITest.cpp
11
RemarksStrTabParsingTest.cpp
12
YAMLRemarksParsingTest.cpp
13
YAMLRemarksSerializerTest.cpp
14
)