apple / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Apple’s stable releases of Clang as well as support the Swift project.
https://llvm.org
Other
1.09k stars 320 forks source link

[rebranch] Various changes to get rebranch compiling #8938

Open bnbarham opened 2 days ago

bnbarham commented 2 days ago

@drexin your codegen change needs cherry-picking to next.

@ian-twilightcoder I assume I should also cherry-pick the modulemap change to next too (or is that upstream, I haven't actually checked yet)?

bnbarham commented 2 days ago

https://github.com/swiftlang/swift/pull/74851

@swift-ci please test

drexin commented 1 day ago

@drexin your codegen change needs cherry-picking to next.

https://github.com/apple/llvm-project/pull/8939

ian-twilightcoder commented 1 day ago

@ian-twilightcoder I assume I should also cherry-pick the modulemap change to next too (or is that upstream, I haven't actually checked yet)?

Probably, which modulemap change?

bnbarham commented 1 day ago

Probably, which modulemap change?

https://github.com/apple/llvm-project/pull/8938/commits/58d2b77f0a0dda4831bb059c3898b36aadd54d3b

ian-twilightcoder commented 1 day ago

Probably, which modulemap change?

58d2b77

Yep that should be there.