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 error #168203

Open
4 tasks done
Niurouxing opened this issue Apr 6, 2024 · 2 comments
Open
4 tasks done

clang error #168203

Niurouxing opened this issue Apr 6, 2024 · 2 comments
Labels
bug Reproducible Homebrew/homebrew-core bug stale No recent activity upstream issue An upstream issue report is needed

Comments

@Niurouxing
Copy link

brew gist-logs <formula> link OR brew config AND brew doctor output

% brew config
HOMEBREW_VERSION: 4.2.16
ORIGIN: https://github.com/Homebrew/brew
HEAD: bd1155be8f50998429a795c15a69c8fe75250510
Last commit: 5 days ago
Core tap JSON: 06 Apr 14:39 UTC
Core cask tap JSON: 06 Apr 14:39 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 3.1.4 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby
CPU: octa-core 64-bit arm_blizzard_avalanche
Clang: 15.0.0 build 1500
Git: 2.41.0 => /opt/homebrew/bin/git
Curl: 8.4.0 => /usr/bin/curl
macOS: 14.2.1-arm64
CLT: 15.3.0.0.1.1708646388
Xcode: 15.1
Rosetta 2: false

Verification

  • My brew doctor output says Your system is ready to brew. and am still able to reproduce my issue.
  • I ran brew update and am still able to reproduce my issue.
  • I have resolved all warnings from brew doctor and that did not fix my problem.
  • I searched for recent similar issues at https://github.com/Homebrew/homebrew-core/issues?q=is%3Aissue and found no duplicates.

What were you trying to do (and why)?

I tried to compile my project located here
The compiler is Clang 17.0.5 arm64-apple-darwin23.0.0
My machine is M2 macbook
The problem can be reproduced on my friend's M1 macbook

What happened (include all command output)?

the output asked me to report here

[main] 正在生成文件夹: QuBLAS 
[build] 正在启动生成
[proc] 执行命令: /opt/homebrew/bin/cmake --build /Users/xinchizhang/Desktop/QuBLAS/build --config Debug --target all -j 10 --
[build] [ 50%] Building CXX object CMakeFiles/QuBLAS_test.dir/main.cpp.o
[build] PLEASE submit a bug report to https://github.com/Homebrew/homebrew-core/issues and include the crash backtrace, preprocessed source, and associated run script.
[build] Stack dump:
[build] 0.	Program arguments: /opt/homebrew/opt/llvm/bin/clang++ -I/Users/xinchizhang/Desktop/QuBLAS/include -O0 -g -std=gnu++23 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -MD -MT CMakeFiles/QuBLAS_test.dir/main.cpp.o -MF CMakeFiles/QuBLAS_test.dir/main.cpp.o.d -o CMakeFiles/QuBLAS_test.dir/main.cpp.o -c /Users/xinchizhang/Desktop/QuBLAS/main.cpp
[build] 1.	/Users/xinchizhang/Desktop/QuBLAS/main.cpp:20:29: current parser token ')'
[build] 2.	/Users/xinchizhang/Desktop/QuBLAS/main.cpp:5:1: parsing function body 'main'
[build] 3.	/Users/xinchizhang/Desktop/QuBLAS/main.cpp:5:1: in compound statement ('{}')
[build] 4.	/Users/xinchizhang/Desktop/QuBLAS/include/QuBLAS.h:987:27: instantiating function definition 'apFixed<dimList<5, 2>, apFixed<>>::get<2UL, 1UL>'
[build]  #0 0x0000000119ee48a0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libLLVM.dylib+0x3de08a0)
[build]  #1 0x00000001179df04c llvm::sys::CleanupOnSignal(unsigned long) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libLLVM.dylib+0x18db04c)
[build]  #2 0x0000000119eb56b4 (anonymous namespace)::CrashRecoveryContextImpl::HandleCrash(int, unsigned long) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libLLVM.dylib+0x3db16b4)
[build]  #3 0x0000000119eb57ec CrashRecoverySignalHandler(int) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libLLVM.dylib+0x3db17ec)
[build]  #4 0x000000018bd49a24 (/usr/lib/system/libsystem_platform.dylib+0x18046da24)
[build]  #5 0x00000001097cd1cc clang::Sema::SubstituteExplicitTemplateArguments(clang::FunctionTemplateDecl*, clang::TemplateArgumentListInfo&, llvm::SmallVectorImpl<clang::DeducedTemplateArgument>&, llvm::SmallVectorImpl<clang::QualType>&, clang::QualType*, clang::sema::TemplateDeductionInfo&) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x5f11cc)
[build]  #6 0x000000010a51f38c clang::Sema::DeduceTemplateArguments(clang::FunctionTemplateDecl*, clang::TemplateArgumentListInfo*, clang::QualType, clang::FunctionDecl*&, clang::sema::TemplateDeductionInfo&, bool) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x134338c)
[build]  #7 0x0000000109787b20 clang::Sema::ResolveSingleFunctionTemplateSpecialization(clang::OverloadExpr*, bool, clang::DeclAccessPair*, clang::TemplateSpecCandidateSet*) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x5abb20)
[build]  #8 0x00000001093929b4 clang::Sema::ResolveAddressOfOverloadedFunction(clang::Expr*, clang::QualType, bool, clang::DeclAccessPair&, bool*) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x1b69b4)
[build]  #9 0x0000000109bef664 IsStandardConversion(clang::Sema&, clang::Expr*, clang::QualType, bool, clang::StandardConversionSequence&, bool, bool) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0xa13664)
[build] #10 0x000000010a436b94 TryImplicitConversion(clang::Sema&, clang::Expr*, clang::QualType, bool, clang::Sema::AllowedExplicit, bool, bool, bool, bool) (.llvm.12454806351061929242) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x125ab94)
[build] #11 0x0000000109bd9440 clang::Sema::AddMethodCandidate(clang::CXXMethodDecl*, clang::DeclAccessPair, clang::CXXRecordDecl*, clang::QualType, clang::Expr::Classification, llvm::ArrayRef<clang::Expr*>, clang::OverloadCandidateSet&, bool, bool, llvm::MutableArrayRef<clang::ImplicitConversionSequence>, clang::OverloadCandidateParamOrder) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x9fd440)
[build] #12 0x0000000109bdc8f0 clang::Sema::AddMemberOperatorCandidates(clang::OverloadedOperatorKind, clang::SourceLocation, llvm::ArrayRef<clang::Expr*>, clang::OverloadCandidateSet&, clang::OverloadCandidateParamOrder) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0xa008f0)
[build] #13 0x0000000109bed5c4 clang::Sema::CreateOverloadedArraySubscriptExpr(clang::SourceLocation, clang::SourceLocation, clang::Expr*, llvm::MutableArrayRef<clang::Expr*>) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0xa115c4)
[build] #14 0x000000010920977c clang::Sema::ActOnArraySubscriptExpr(clang::Scope*, clang::Expr*, clang::SourceLocation, llvm::MutableArrayRef<clang::Expr*>, clang::SourceLocation) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x2d77c)
[build] #15 0x000000010a55def0 clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformArraySubscriptExpr(clang::ArraySubscriptExpr*) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x1381ef0)
[build] #16 0x00000001097e7614 clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformReturnStmt(clang::ReturnStmt*) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x60b614)
[build] #17 0x000000010952772c clang::TreeTransform<(anonymous namespace)::TemplateInstantiator>::TransformCompoundStmt(clang::CompoundStmt*) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x34b72c)
[build] #18 0x000000010a55a644 clang::Sema::SubstStmt(clang::Stmt*, clang::MultiLevelTemplateArgumentList const&) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x137e644)
[build] #19 0x000000010a57e620 clang::Sema::InstantiateFunctionDefinition(clang::SourceLocation, clang::FunctionDecl*, bool, bool, bool) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x13a2620)
[build] #20 0x00000001097cedc4 clang::Sema::DeduceReturnType(clang::FunctionDecl*, clang::SourceLocation, bool) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x5f2dc4)
[build] #21 0x00000001091df4f4 clang::Sema::DiagnoseUseOfDecl(clang::NamedDecl*, llvm::ArrayRef<clang::SourceLocation>, clang::ObjCInterfaceDecl const*, bool, bool, clang::ObjCInterfaceDecl*, bool) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x34f4)
[build] #22 0x000000010a457d8c clang::Sema::BuildCallToMemberFunction(clang::Scope*, clang::Expr*, clang::SourceLocation, llvm::MutableArrayRef<clang::Expr*>, clang::SourceLocation, clang::Expr*, bool, bool) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x127bd8c)
[build] #23 0x000000010921ef8c clang::Sema::ActOnCallExpr(clang::Scope*, clang::Expr*, clang::SourceLocation, llvm::MutableArrayRef<clang::Expr*>, clang::SourceLocation, clang::Expr*) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x42f8c)
[build] #24 0x000000010a3cb144 clang::Parser::ParsePostfixExpressionSuffix(clang::ActionResult<clang::Expr*, true>) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x11ef144)
[build] #25 0x000000010a405680 clang::Parser::ParseCastExpression(clang::Parser::CastParseKind, bool, bool&, clang::Parser::TypeCastState, bool, bool*) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x1229680)
[build] #26 0x000000010973be78 clang::Parser::ParseAssignmentExpression(clang::Parser::TypeCastState) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x55fe78)
[build] #27 0x000000010a8bb790 clang::Parser::ParseDeclarationAfterDeclaratorAndAttributes(clang::Declarator&, clang::Parser::ParsedTemplateInfo const&, clang::Parser::ForRangeInit*) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x16df790)
[build] #28 0x000000010a837458 clang::Parser::ParseDeclGroup(clang::ParsingDeclSpec&, clang::DeclaratorContext, clang::ParsedAttributes&, clang::SourceLocation*, clang::Parser::ForRangeInit*) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x165b458)
[build] #29 0x0000000109e8f7dc clang::Parser::ParseSimpleDeclaration(clang::DeclaratorContext, clang::SourceLocation&, clang::ParsedAttributes&, clang::ParsedAttributes&, bool, clang::Parser::ForRangeInit*, clang::SourceLocation*) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0xcb37dc)
[build] #30 0x000000010a81e28c clang::Parser::ParseDeclaration(clang::DeclaratorContext, clang::SourceLocation&, clang::ParsedAttributes&, clang::ParsedAttributes&, clang::SourceLocation*) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x164228c)
[build] #31 0x000000010a0ecb48 clang::Parser::ParseStatementOrDeclarationAfterAttributes(llvm::SmallVector<clang::Stmt*, 32u>&, clang::Parser::ParsedStmtContext, clang::SourceLocation*, clang::ParsedAttributes&, clang::ParsedAttributes&) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0xf10b48)
[build] #32 0x000000010ac63bc4 clang::Parser::ParseStatementOrDeclaration(llvm::SmallVector<clang::Stmt*, 32u>&, clang::Parser::ParsedStmtContext, clang::SourceLocation*) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x1a87bc4)
[build] #33 0x000000010ad569ac clang::Parser::ParseCompoundStatementBody(bool) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x1b7a9ac)
[build] #34 0x000000010ad84960 clang::Parser::ParseFunctionStatementBody(clang::Decl*, clang::Parser::ParseScope&) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x1ba8960)
[build] #35 0x000000010a348d18 clang::Parser::ParseFunctionDefinition(clang::ParsingDeclarator&, clang::Parser::ParsedTemplateInfo const&, clang::Parser::LateParsedAttrList*) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x116cd18)
[build] #36 0x000000010a837f04 clang::Parser::ParseDeclGroup(clang::ParsingDeclSpec&, clang::DeclaratorContext, clang::ParsedAttributes&, clang::SourceLocation*, clang::Parser::ForRangeInit*) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x165bf04)
[build] #37 0x000000010b190e90 clang::Parser::ParseDeclOrFunctionDefInternal(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec&, clang::AccessSpecifier) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x1fb4e90)
[build] #38 0x000000010b179728 clang::Parser::ParseDeclarationOrFunctionDefinition(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec*, clang::AccessSpecifier) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x1f9d728)
[build] #39 0x000000010a331344 clang::Parser::ParseExternalDeclaration(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec*) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x1155344)
[build] #40 0x000000010b1422e0 clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&, clang::Sema::ModuleImportState&) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x1f662e0)
[build] #41 0x0000000109b853d0 clang::ParseAST(clang::Sema&, bool, bool) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x9a93d0)
[build] #42 0x00000001099ea140 clang::FrontendAction::Execute() (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x80e140)
[build] #43 0x000000010a08ecf8 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0xeb2cf8)
[build] #44 0x0000000109696cb4 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x4bacb4)
[build] #45 0x0000000104885b58 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/opt/homebrew/Cellar/llvm/17.0.6/bin/clang-17+0x100005b58)
[build] #46 0x000000010488a9dc ExecuteCC1Tool(llvm::SmallVectorImpl<char const*>&, llvm::ToolContext const&) (/opt/homebrew/Cellar/llvm/17.0.6/bin/clang-17+0x10000a9dc)
[build] #47 0x0000000109489f3c void llvm::function_ref<void ()>::callback_fn<clang::driver::CC1Command::Execute(llvm::ArrayRef<std::__1::optional<llvm::StringRef>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>*, bool*) const::$_0>(long) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x2adf3c)
[build] #48 0x0000000117f159fc llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libLLVM.dylib+0x1e119fc)
[build] #49 0x0000000109f38738 clang::driver::CC1Command::Execute(llvm::ArrayRef<std::__1::optional<llvm::StringRef>>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>*, bool*) const (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0xd5c738)
[build] #50 0x0000000109651558 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x475558)
[build] #51 0x000000010a95ac80 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::__1::pair<int, clang::driver::Command const*>>&) (/opt/homebrew/Cellar/llvm/17.0.6/lib/libclang-cpp.dylib+0x177ec80)
[build] #52 0x000000010488942c clang_main(int, char**, llvm::ToolContext const&) (/opt/homebrew/Cellar/llvm/17.0.6/bin/clang-17+0x10000942c)
[build] #53 0x0000000104893e38 main (/opt/homebrew/Cellar/llvm/17.0.6/bin/clang-17+0x100013e38)
[build] #54 0x000000018b9990e0 
[build] clang++: error: clang frontend command failed with exit code 139 (use -v to see invocation)
[build] Homebrew clang version 17.0.6
[build] Target: arm64-apple-darwin23.2.0
[build] Thread model: posix
[build] InstalledDir: /opt/homebrew/opt/llvm/bin
[build] clang++: note: diagnostic msg: 
[build] ********************
[build] 
[build] PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
[build] Preprocessed source(s) and associated run script(s) are located at:
[build] clang++: note: diagnostic msg: /var/folders/9q/xv94yxs50r5fbty37c0tljhr0000gn/T/main-d03460.cpp
[build] clang++: note: diagnostic msg: /var/folders/9q/xv94yxs50r5fbty37c0tljhr0000gn/T/main-d03460.sh
[build] clang++: note: diagnostic msg: Crash backtrace is located in
[build] clang++: note: diagnostic msg: /Users/xinchizhang/Library/Logs/DiagnosticReports/clang-17_<YYYY-MM-DD-HHMMSS>_<hostname>.crash
[build] clang++: note: diagnostic msg: (choose the .crash file that corresponds to your crash)
[build] clang++: note: diagnostic msg: 
[build] 
[build] ********************
[build] make[2]: *** [CMakeFiles/QuBLAS_test.dir/main.cpp.o] Error 1
[build] make[1]: *** [CMakeFiles/QuBLAS_test.dir/all] Error 2
[build] make: *** [all] Error 2
[proc] 命令“/opt/homebrew/bin/cmake --build /Users/xinchizhang/Desktop/QuBLAS/build --config Debug --target all -j 10 --”已退出,代码为 2
[driver] 生成完毕: 00:00:02.045
[build] 生成已完成,退出代码为 2

sorry I cannot find the .crash file in DiagnosticReports folder
Uploading cpp_and_sh.zip…

What did you expect to happen?

the problem may associate with this part

    template <size_t... index>
    inline constexpr auto get()
    {
        // return data[dimList<dims...>::template absoluteIndex_s<index...>::value];
        return data[dimList<dims...>::template absoluteIndex<index...>];
    }

I tried to use GCC 13.2.0 aarch64-apple-darwin23. The output is as follows

[main] 正在生成文件夹: QuBLAS 
[build] 正在启动生成
[proc] 执行命令: /opt/homebrew/bin/cmake --build /Users/xinchizhang/Desktop/QuBLAS/build --config Debug --target all -j 10 --
[build] [ 50%] Building CXX object CMakeFiles/QuBLAS_test.dir/main.cpp.o
[build] In file included from /Users/xinchizhang/Desktop/QuBLAS/main.cpp:1:
[build] /Users/xinchizhang/Desktop/QuBLAS/include/QuBLAS.h: In instantiation of 'constexpr auto apFixed<dimList<dims ...>, apFixed<Args1 ...> >::get() [with long unsigned int ...index = {2, 1}; long unsigned int ...dims = {5, 2}; Args = {}]':
[build] /Users/xinchizhang/Desktop/QuBLAS/main.cpp:20:28:   required from here
[build] /Users/xinchizhang/Desktop/QuBLAS/include/QuBLAS.h:990:48: error: dependent-name 'dimList<dims ...>::absoluteIndex<index ...>' is parsed as a non-type, but instantiation yields a type
[build]   990 |         return data[dimList<dims...>::template absoluteIndex<index...>];
[build]       |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
[build] /Users/xinchizhang/Desktop/QuBLAS/include/QuBLAS.h:990:48: note: say 'typename dimList<dims ...>::absoluteIndex<index ...>' if a type is meant
[build] make[2]: *** [CMakeFiles/QuBLAS_test.dir/main.cpp.o] Error 1
[build] make[1]: *** [CMakeFiles/QuBLAS_test.dir/all] Error 2
[build] make: *** [all] Error 2
[proc] 命令“/opt/homebrew/bin/cmake --build /Users/xinchizhang/Desktop/QuBLAS/build --config Debug --target all -j 10 --”已退出,代码为 2
[driver] 生成完毕: 00:00:00.552
[build] 生成已完成,退出代码为 2

Step-by-step reproduction instructions (by running brew commands)

just clone the repository and cmake build
@Niurouxing Niurouxing added the bug Reproducible Homebrew/homebrew-core bug label Apr 6, 2024
@Bo98
Copy link
Member

Bo98 commented Apr 6, 2024

This is an upstream bug since Clang 12: llvm/llvm-project#48673

@Bo98 Bo98 added the upstream issue An upstream issue report is needed label Apr 6, 2024
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale No recent activity label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Reproducible Homebrew/homebrew-core bug stale No recent activity upstream issue An upstream issue report is needed
Projects
None yet
Development

No branches or pull requests

3 participants
@Bo98 @Niurouxing and others