[PATCH] D142218: [MC] Store implicit ops immediately after the TargetInsts table. NFC.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 27 04:25:59 PDT 2023


RKSimon added a comment.

@foad MSVC builds seem to be breaking due to this:
https://lab.llvm.org/buildbot/#/builders/86/builds/53509

  LLVMARMAsmParser.lib(ARMAsmParser.cpp.obj) : error LNK2001: unresolved external symbol "class llvm::MCInstrDesc const * const llvm::ARMDescs" (?ARMDescs at llvm@@3QBVMCInstrDesc at 1@B)
  bin\llc.exe : fatal error LNK1120: 1 unresolved externals
  ninja: build stopped: subcommand failed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142218



More information about the llvm-commits mailing list