Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

[META] Compiling ReactOS with clang #7270

Open Quuxplusone opened 14 years ago

Quuxplusone commented 14 years ago
Bugzilla Link PR6815
Status NEW
Importance P normal
Reported by Amine Khaldi (amine.khaldi@reactos.org)
Reported on 2010-04-10 17:14:51 -0700
Last modified on 2017-10-28 05:01:13 -0700
Version trunk
Hardware PC Windows NT
CC austinenglish@gmail.com, clang@tfaber.net, geek4civic@gmail.com, llvm-bugs@lists.llvm.org, rnk@google.com
Fixed by commit(s)
Attachments
Blocks
Blocked by PR10212, PR20898, PR24320, PR25379, PR35115, PR35116, PR3429, PR6269, PR6270, PR6287, PR6309, PR6313, PR6361, PR6814, PR6829, PR7269, PR8943, PR11170, PR13778, PR13779, PR19027, PR19898, PR20888, PR20906, PR21208, PR24084, PR30930, PR30931, PR30932
See also

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++.

Quuxplusone commented 10 years ago

I noticed the entire dependency list has been resolved, so I'm curious if this works yet.

Quuxplusone commented 10 years ago

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.