[PATCH] D127864: [llvm-ar] Add object mode option -X for AIX

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 09:14:20 PDT 2022


barannikov88 added a comment.

@DiggerLin 
Could you check that llvm-ar can be built? I have a link-time error:

  ld.lld: error: undefined symbol: llvm::MachO::is64Bit(llvm::MachO::Architecture)
  >>> referenced by llvm-ar.cpp
  >>>               tools/llvm-ar/CMakeFiles/llvm-ar.dir/llvm-ar.cpp.o:(isValidInBitMode(llvm::object::Binary&))

The symbol is defined in TextAPI component which llvm-ar does not depend on.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127864



More information about the llvm-commits mailing list