llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.44k stars 12.16k forks source link

[META] Compiling ReactOS with clang #7187

Open llvmbot opened 14 years ago

llvmbot commented 14 years ago
Bugzilla Link 6815
Version trunk
OS Windows NT
Depends On llvm/llvm-bugzilla-archive#10212 llvm/llvm-bugzilla-archive#20898 llvm/llvm-bugzilla-archive#24320 llvm/llvm-bugzilla-archive#25379 llvm/llvm-bugzilla-archive#35115 llvm/llvm-bugzilla-archive#35116 llvm/llvm-project#3801 llvm/llvm-project#6641 llvm/llvm-project#6642 llvm/llvm-project#6659 llvm/llvm-project#6681 llvm/llvm-project#6685 llvm/llvm-project#6733 llvm/llvm-project#7186 llvm/llvm-bugzilla-archive#6829 llvm/llvm-bugzilla-archive#7269 llvm/llvm-bugzilla-archive#8943 llvm/llvm-bugzilla-archive#11170 llvm/llvm-bugzilla-archive#13778 llvm/llvm-bugzilla-archive#13779 llvm/llvm-bugzilla-archive#19027 llvm/llvm-bugzilla-archive#19898 llvm/llvm-bugzilla-archive#20888 llvm/llvm-bugzilla-archive#20906 llvm/llvm-bugzilla-archive#21208 llvm/llvm-bugzilla-archive#24084 llvm/llvm-bugzilla-archive#30930 llvm/llvm-bugzilla-archive#30931 llvm/llvm-bugzilla-archive#30932
Reporter LLVM Bugzilla Contributor
CC @rnk

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

llvmbot commented 3 years ago

mentioned in issue llvm/llvm-bugzilla-archive#8943

llvmbot commented 3 years ago

mentioned in issue llvm/llvm-bugzilla-archive#7269

llvmbot commented 3 years ago

mentioned in issue llvm/llvm-bugzilla-archive#6829

llvmbot commented 11 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.

rnk commented 11 years ago

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

sskras commented 1 year ago

llvm/llvm-bugzilla-archive#30932

Please, what happened to this repo? I see no issues in it.

SamB commented 3 weeks ago

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