xref: /aosp_15_r20/external/llvm/unittests/Linker/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Workerset(LLVM_LINK_COMPONENTS
2*9880d681SAndroid Build Coastguard Worker  AsmParser
3*9880d681SAndroid Build Coastguard Worker  core
4*9880d681SAndroid Build Coastguard Worker  linker
5*9880d681SAndroid Build Coastguard Worker  )
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Workerset(LinkerSources
8*9880d681SAndroid Build Coastguard Worker  LinkModulesTest.cpp
9*9880d681SAndroid Build Coastguard Worker  )
10*9880d681SAndroid Build Coastguard Worker
11*9880d681SAndroid Build Coastguard Workeradd_llvm_unittest(LinkerTests
12*9880d681SAndroid Build Coastguard Worker  ${LinkerSources}
13*9880d681SAndroid Build Coastguard Worker  )
14