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
Fix uninitialized variable
[llvm-core.git]
/
unittests
/
OptRemarks
/
CMakeLists.txt
blob
94c74867cc4047d9c13140ac72bc50db9d741153
1
set(LLVM_LINK_COMPONENTS
2
OptRemarks
3
Support
4
)
5
6
add_llvm_unittest(OptRemarksTests
7
OptRemarksParsingTest.cpp
8
)