Open llvmbot opened 14 years ago
mentioned in issue llvm/llvm-bugzilla-archive#8943
mentioned in issue llvm/llvm-bugzilla-archive#7269
mentioned in issue llvm/llvm-bugzilla-archive#6829
I'll retest with trunk head and report more issues. The major blocker though is the PSEH lib (which allows us to have SEH support with GCC builds) because it relies on some GCC extensions. Without it ReactOS would not compile because all the core modules use it.
I noticed the entire dependency list has been resolved, so I'm curious if this works yet.
llvm/llvm-bugzilla-archive#30932
Please, what happened to this repo? I see no issues in it.
@sskras
llvm/llvm-bugzilla-archive#30932
Please, what happened to this repo? I see no issues in it.
The issues got moved to llvm/llvm-project - at least, the ones that were still open did.
Extended Description
ReactOS has a mostly C codebase, with a couple of asm and C++ modules. This bug groups various issues that prevent it from compiling with clang/clang++.