Does anyone reading this have experience submitting bugs to the LLVM project? If I submit to the llvm-project github issues page is that a place that actually gets looked at?

@mcc I did once. After spending days following their rules and jumping through their hoops to get a minimised test case that showed a reproducible compiler crash, I got a response.

The response was “you’re using Apple’s supplied version, fuck you”.

Apple who is the main developer of llvm.

https://github.com/llvm/llvm-project/issues/87944

C++ parser crash with too many user-defined literals in an expression · Issue #87944 · llvm/llvm-project

clang-crash.zip The C++ parser crashes with "Illegal instruction" when compiling a C++ file with a very long expression consisting of user-defined literals. My use-case is in creating a bitstring f...

GitHub