-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[META] Compiling ReactOS with clang #7187
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
Comments
I noticed the entire dependency list has been resolved, so I'm curious if this works yet. |
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. |
mentioned in issue llvm/llvm-bugzilla-archive#6829 |
mentioned in issue llvm/llvm-bugzilla-archive#7269 |
mentioned in issue llvm/llvm-bugzilla-archive#8943 |
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++.
The text was updated successfully, but these errors were encountered: