[PATCH] D67368: [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.

Sebastian Pop via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 14 09:42:20 PDT 2019


sebpop added a comment.

I still see a link error on aarch64-linux on master:

  /usr/bin/ld: tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/AttrImpl.cpp.o: in function `clang::AttributeCommonInfo::getAttributeSpellingListIndex() const':
  /home/ubuntu/llvm-project/llvm/tools/clang/include/clang/Basic/AttributeCommonInfo.h:166: undefined reference to `clang::AttributeCommonInfo::calculateAttributeSpellingListIndex() const'
  collect2: error: ld returned 1 exit status

I reverted locally this patch and it finishes building.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67368





More information about the llvm-commits mailing list