[PATCH] D77164: libclc: Don't pass linker flags to CLC/LLAsm

Jan Vesely via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 15:44:15 PDT 2020


jvesely added a comment.

Have you tried clearing the target link flags using `set_target_properties(  ... LINK_FLAGS ... )`?
I think having the ability to pass LINK_FLAGS here might be useful in the future.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77164





More information about the llvm-commits mailing list