[PATCH] D119479: [clang][extract-api] Add global record support

Zixu Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 8 15:10:35 PST 2022


zixuw added a comment.

I've moved things around to resolve the cycle, but sadly it seems that shared lib builds are already broken and I could not test it:

  Linking CXX shared library lib/libLLVMTransformUtils.dylib
  FAILED: lib/libLLVMTransformUtils.dylib :
   ....
  Undefined symbols for architecture x86_64:
    "(anonymous namespace)::MinCostMaxFlow::MinBaseDistance", referenced from:
        (anonymous namespace)::FlowAdjuster::jumpDistance(llvm::FlowJump*) const in SampleProfileInference.cpp.o


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119479



More information about the cfe-commits mailing list