[llvm-branch-commits] [clang] [flang] [lld] [llvm] [Flang] LLVM_ENABLE_RUNTIMES=flang-rt (PR #110217)
Michael Kruse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Nov 14 08:42:05 PST 2024
Meinersbur wrote:
I am glad we are now discussing the CMake code. It seems that all reviewers are fine with the changed file locations. This would allow me to rebase the PR stack to main. This would resolve the `flang-new` issue and applying the patch easier.
@jhuber6 Did you consider using GitHub's tools or just `git checkout origin/users/meinersbur/flang_runtime`? In my experience downloading and manually applying the diff is a fragile way of applying a patch. It forgoes the benefits of a 3-way merge and diff formats can be inconsistent, eg indicating that a file was renamed in a `.diff` is a git extension.
https://github.com/llvm/llvm-project/pull/110217
More information about the llvm-branch-commits
mailing list