[PATCH] D137024: [compiler-rt] Switch from llvm-config to find_package(LLVM)

Tom Stellard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 16 11:48:40 PST 2022


tstellar added a comment.

In D137024#3931499 <https://reviews.llvm.org/D137024#3931499>, @thetruestblue wrote:

> In D137024#3931497 <https://reviews.llvm.org/D137024#3931497>, @tstellar wrote:
>
>> @thetruestblue What paths besides LLVM_TOOLS_BINARY_DIR  do you need?
>
> TBD. 
> So far this seems like the only necessary path. But I am working to confirm this.

Ok, I just looked at the code and I think all the variables that were set by llvm-config can also be set on the command line, so you should be able to specify everything manually to get it to work.  I'm curious where do you get your sources from?  Do you start with the full monorepo sources or do you use the compiler-rt standalone tarball?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137024



More information about the cfe-commits mailing list