-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
clang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl''clang' and 'clang++' user-facing binaries. Not 'clang-cl'clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"
Description
Clang assertion failed at
llvm-project/clang/lib/Frontend/FrontendAction.cpp
Lines 759 to 761 in 599adf3
if (Input.getKind().getLanguage() == Language::LLVM_IR) { | |
assert(hasIRSupport() && | |
"This action does not have IR file support!"); |
Assertion failed: (hasIRSupport() && "This action does not have IR file support!"), function BeginSourceFile, file FrontendAction.cpp, line 761.
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Metadata
Metadata
Assignees
Labels
clang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl''clang' and 'clang++' user-facing binaries. Not 'clang-cl'clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"