Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clang-embed is failing to build #28

Open
mattgodbolt opened this issue Nov 1, 2021 · 1 comment
Open

clang-embed is failing to build #28

mattgodbolt opened this issue Nov 1, 2021 · 1 comment

Comments

@mattgodbolt
Copy link
Member

2021-11-01T15:27:20.8683239Z In file included from /root/llvm-project/clang/include/clang/Lex/PreprocessingRecord.h:20:0,
2021-11-01T15:27:20.8685411Z                  from /root/llvm-project/clang/include/clang/Frontend/ASTUnit.h:27,
2021-11-01T15:27:20.8716795Z                  from /root/llvm-project/clang/include/clang/Frontend/FrontendAction.h:23,
2021-11-01T15:27:20.8718834Z                  from /root/llvm-project/clang/include/clang/ARCMigrate/ARCMTActions.h:13,
2021-11-01T15:27:20.8721150Z                  from /root/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:14:
2021-11-01T15:27:20.8725461Z /root/llvm-project/clang/include/clang/Lex/PPCallbacks.h:603:8: error: 'void clang::PPChainedCallbacks::HasEmbed(clang::SourceLocation, llvm::StringRef, bool, llvm::Optional<clang::FileEntryRef>)' marked 'override', but does not override
2021-11-01T15:27:20.8953022Z    void HasEmbed(SourceLocation Loc, StringRef FileName, bool IsAngled,
2021-11-01T15:27:20.8954273Z         ^~~~~~~~
2021-11-01T15:27:20.8958557Z /root/llvm-project/clang/include/clang/Lex/PPCallbacks.h:379:16: warning: 'virtual void clang::PPCallbacks::HasEmbed(clang::SourceLocation, llvm::StringRef, bool, llvm::Optional<clang::FileEntryRef>, clang::SrcMgr::CharacteristicKind)' was hidden [-Woverloaded-virtual]
@mattgodbolt
Copy link
Member Author

Built with mostly defaults: see

embed-trunk)
BRANCH=feature/embed
URL=https://github.com/ThePhD/llvm-project.git
VERSION=embed-trunk-$(date +%Y%m%d)
;;

mattgodbolt added a commit that referenced this issue Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant