[PATCH] D105457: [clang] Refactor AST printing tests to share more infrastructure

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 13 11:07:31 PDT 2021


nridge added a comment.

To be honest, I don't really understand this error. It seems to come from a compile step (not a link step), and it comes from the assembler and says "symbol ... is already defined"? I don't think I've seen an error like that before. (Typically, errors about duplicate definitions would come from the linker.)

Any suggestions for what it might indicate or how to investigate are welcome.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105457



More information about the cfe-commits mailing list