[PATCH] D96670: [CMake] Look up target subcomponents in LLVM_AVAILABLE_LIBS

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 10:16:45 PDT 2021


dsanders added a comment.

I'm not familiar with the behaviour of cmake exports so I don't feel able to review this but FWIW, since it goes on to check libraries against LLVM_AVAILABLE_LIBS line 289 it doesn't sound wrong to check against that a little earlier.

I don't think it changes whether you run into the problem or not but is there a reason dragonffi specifies ${LLVM_NATIVE_ARCH} rather than `native`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96670



More information about the llvm-commits mailing list