view unittests/Linker/CMakeLists.txt @ 138:53f12981605a

Fix goto is environment
author anatofuz
date Wed, 07 Mar 2018 18:36:33 +0900
parents 60c9769439b8
children c2174574ed3a
line wrap: on
line source

set(LLVM_LINK_COMPONENTS
  AsmParser
  core
  linker
  )

set(LinkerSources
  LinkModulesTest.cpp
  )

add_llvm_unittest(LinkerTests
  ${LinkerSources}
  )