[PATCH] D91470: Switch libLLVMFrontendOpenACC to be a regular CMake library and not a "component"

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 20:16:15 PST 2020


mehdi_amini added inline comments.


================
Comment at: llvm/lib/Frontend/OpenACC/CMakeLists.txt:17
 
 target_link_libraries(LLVMFrontendOpenACC LLVMSupport)
 
----------------
It has to be a component right now because of the dependency on LLVMSupport which breaks the build when linking against libLLVM.so.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91470/new/

https://reviews.llvm.org/D91470



More information about the llvm-commits mailing list