repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV] Re-generate memcmp test checks missed in #121530. NFC
[llvm-project.git]
/
llvm
/
unittests
/
tools
/
llvm-mca
/
X86
/
CMakeLists.txt
blob
42925f6f42a89e7d0058a05963bffcc9ebc5a412
1
add_llvm_mca_unittest_includes(
2
${LLVM_MAIN_SRC_DIR}/lib/Target/X86
3
${LLVM_BINARY_DIR}/lib/Target/X86
4
)
5
6
add_llvm_mca_unittest_sources(
7
TestIncrementalMCA.cpp
8
X86TestBase.cpp
9
)
10
11
add_llvm_mca_unittest_link_components(
12
X86
13
)