comparison unittests/Linker/CMakeLists.txt @ 148:63bd29f05246

merged
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 19:46:37 +0900
parents c2174574ed3a
children
comparison
equal deleted inserted replaced
146:3fc4d5c3e21e 148:63bd29f05246
2 AsmParser 2 AsmParser
3 core 3 core
4 linker 4 linker
5 ) 5 )
6 6
7 set(LinkerSources 7 add_llvm_unittest(LinkerTests
8 LinkModulesTest.cpp 8 LinkModulesTest.cpp
9 ) 9 )
10
11 add_llvm_unittest(LinkerTests
12 ${LinkerSources}
13 )