chewi added a comment.
James Le Cuirot
I'm new to this process, so thanks for bearing with me.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141092/new/
https://reviews.llvm.org/D141092
___
cfe-commits mailing list
cfe-commits@lists.llvm.or
chewi added a comment.
I don't have commit access. Please merge this for me.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141092/new/
https://reviews.llvm.org/D141092
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm
chewi added a comment.
I forgot to add: I notice you no longer need llvm-tblgen already present when
cross-compiling LLVM, but sadly, that still isn't the case for clang-tblgen. I
tried leveraging CrossCompile.cmake to perform a "NATIVE" Clang build, but I
think a lot more work would be needed
chewi updated this revision to Diff 487073.
chewi edited the summary of this revision.
chewi added a reviewer: nikic.
chewi added a comment.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Reworked and retested against the main branch. Thankfully, it is simpler now.
CHANGE
chewi added a comment.
Apologies. I conceived this against 15.0.6, but have now noticed that the
latest TableGen.cmake may have changed things. I'll retest tomorrow and adjust
as necessary.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141092/new/
chewi created this revision.
chewi added a reviewer: MaskRay.
chewi added a project: clang.
Herald added a subscriber: StephenFan.
Herald added a project: All.
chewi requested review of this revision.
Herald added a subscriber: cfe-commits.
clang-tblgen is required to cross-compile clang itself. T