[PATCH] D80579: [llvm] Add function feature extraction analysis

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 15:50:02 PDT 2020


MaskRay added a comment.

We should use `add_llvm_component_library` and `LLVMBuild.txt` instead of `LINK_LIBS` (`LINK_LIBS` are used for system libraries like pthread). There is also a missing dependency in LLVMPasses.

I fixed it in 993bbaf6a35baed4ad3d8422a76c4311140641a8 <https://reviews.llvm.org/rG993bbaf6a35baed4ad3d8422a76c4311140641a8>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80579





More information about the llvm-commits mailing list