[all-commits] [llvm/llvm-project] 045095: Fix default targets ALIAS

Michael Kruse via All-commits all-commits at lists.llvm.org
Fri Jan 17 19:56:48 PST 2025


  Branch: refs/heads/users/meinersbur/flang_runtime_shared
  Home:   https://github.com/llvm/llvm-project
  Commit: 0450959120e5ebae63b1e26b8232e7193c403099
      https://github.com/llvm/llvm-project/commit/0450959120e5ebae63b1e26b8232e7193c403099
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    M flang-rt/cmake/modules/AddFlangRT.cmake
    M flang-rt/cmake/modules/AddFlangRTOffload.cmake
    M flang-rt/lib/flang_rt/CMakeLists.txt

  Log Message:
  -----------
  Fix default targets ALIAS


  Commit: b02f47dd8e3211817dbf849be6727ec4ff32e1a9
      https://github.com/llvm/llvm-project/commit/b02f47dd8e3211817dbf849be6727ec4ff32e1a9
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    M flang-rt/CMakeLists.txt
    M flang-rt/test/Driver/ctofortran.f90
    M flang-rt/test/Driver/exec.f90
    M flang-rt/test/Runtime/no-cpp-dep.c
    M flang-rt/test/lit.cfg.py
    M flang/test/lit.cfg.py

  Log Message:
  -----------
  Not supporting device linking in regression tests


  Commit: a5609b8b2cf87bd5752a5a4cf5bd1c32dcc927a7
      https://github.com/llvm/llvm-project/commit/a5609b8b2cf87bd5752a5a4cf5bd1c32dcc927a7
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    M flang/unittests/CMakeLists.txt

  Log Message:
  -----------
  Do not apply offload-compile options without runtime


  Commit: f43a56e7317137a9d1280e8c76d4e8a6b7bb6f69
      https://github.com/llvm/llvm-project/commit/f43a56e7317137a9d1280e8c76d4e8a6b7bb6f69
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    M flang-rt/cmake/modules/AddFlangRTOffload.cmake
    M flang-rt/lib/flang_rt/allocator-registry.cpp
    M flang-rt/lib/flang_rt/environment.cpp
    M flang-rt/lib/flang_rt/unit.cpp
    M flang-rt/lib/flang_rt/utf.cpp

  Log Message:
  -----------
  Preprocessor names must be the same for LLVM_ENABLE_RUNTIMES=flang-rt and FLANG_INCLUDE_RUNTIME=ON


  Commit: c3a176ea31e2b7b355c6e3fd548d30a1e1c429b5
      https://github.com/llvm/llvm-project/commit/c3a176ea31e2b7b355c6e3fd548d30a1e1c429b5
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    M flang/unittests/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'users/meinersbur/flang_runtime_FLANG_INCLUDE_RUNTIME' into users/meinersbur/flang_runtime_flang_rt


  Commit: 22e84b21e1c322366475a431d3d8be3821f8054b
      https://github.com/llvm/llvm-project/commit/22e84b21e1c322366475a431d3d8be3821f8054b
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    M flang/unittests/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'users/meinersbur/flang_runtime_flang_rt' into users/meinersbur/flang_runtime_move-files


  Commit: 9aa355a7f68b45427620dc3aaf93ca6a3b82d09d
      https://github.com/llvm/llvm-project/commit/9aa355a7f68b45427620dc3aaf93ca6a3b82d09d
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    M flang/unittests/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'users/meinersbur/flang_runtime_move-files' into users/meinersbur/flang_runtime


  Commit: c1ce754e41e8bfba4e14289f93188973f8c615d8
      https://github.com/llvm/llvm-project/commit/c1ce754e41e8bfba4e14289f93188973f8c615d8
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    M flang-rt/CMakeLists.txt
    M flang-rt/cmake/modules/AddFlangRTOffload.cmake
    M flang-rt/lib/flang_rt/allocator-registry.cpp
    M flang-rt/lib/flang_rt/environment.cpp
    M flang-rt/lib/flang_rt/unit.cpp
    M flang-rt/lib/flang_rt/utf.cpp
    M flang-rt/test/Driver/ctofortran.f90
    M flang-rt/test/Driver/exec.f90
    M flang-rt/test/Runtime/no-cpp-dep.c
    M flang-rt/test/lit.cfg.py
    M flang/test/lit.cfg.py
    M flang/unittests/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'users/meinersbur/flang_runtime' into users/meinersbur/flang_runtime_shared


  Commit: cad6a0320e0fdcd989d67b2db7da724e63442d24
      https://github.com/llvm/llvm-project/commit/cad6a0320e0fdcd989d67b2db7da724e63442d24
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    M flang-rt/cmake/modules/AddFlangRTOffload.cmake

  Log Message:
  -----------
  Fix OpenMP build


Compare: https://github.com/llvm/llvm-project/compare/a2eda093547e...cad6a0320e0f

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list