[flang-commits] [clang] [flang] [llvm] [flang][driver] rename flang-new to flang (PR #110023)
Michael Klemm via flang-commits
flang-commits at lists.llvm.org
Wed Sep 25 21:10:24 PDT 2024
mjklemm wrote:
I have seen some more matches for flang-new in the tree:
```
1:.github/workflows/release-binaries.yml:331: ninja -C ${{ steps.setup-stage.outputs.build-prefix }}/build/tools/clang/stage2-bins/ -j2 flang-new bbc
2:openmp/CMakeLists.txt:72: set(OPENMP_TEST_Fortran_COMPILER ${LLVM_RUNTIME_OUTPUT_INTDIR}/flang-new)
3:openmp/CMakeLists.txt:74: set(OPENMP_TEST_Fortran_COMPILER ${LLVM_RUNTIME_OUTPUT_INTDIR}/flang-new.exe)
```
Since I'm travelling, I haven't dug any further at this point.
https://github.com/llvm/llvm-project/pull/110023
More information about the flang-commits
mailing list