view llvm/unittests/Linker/CMakeLists.txt @ 164:fdfabb438fbf

...
author anatofuz
date Thu, 19 Mar 2020 17:02:53 +0900
parents 1d019706d866
children
line wrap: on
line source

set(LLVM_LINK_COMPONENTS
  AsmParser
  core
  linker
  )

add_llvm_unittest(LinkerTests
  LinkModulesTest.cpp
  )