[Openmp-commits] [PATCH] D149010: [OpenMP] Fix GCC build issues and restore "Additional APIs used by the MSVC compiler for loop collapse (rectangular and non-rectangular loops)"

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Apr 26 09:23:19 PDT 2023


jlpeyton added a comment.

Just an FYI to everyone: There are no real pre-merge checks for the openmp project anymore. The "build and test" step is just a setup, then report. No actual building or testing takes place.

https://buildkite.com/llvm-project/premerge-checks/builds/148337#0187acb9-a985-4e1a-aa53-1dcce046b641

openmp is in the excluded list.

  ...
  INFO    Get list of projects affected by the change.
  INFO    Projects directly modified by this patch:
    openmp
  INFO    projects: {'openmp'}
  INFO    added set() projects as they are affected
  INFO    all affected projects(*) {'openmp'}
  INFO    added set() projects as they are affected
  INFO    all excluded projects(*) {'libcxxabi', 'libc', 'lldb', 'bolt', 'openmp', 'compiler-rt', 'cross-project-tests', 'check-cxxabi', 'libcxx'}
  INFO    effective projects list set()
  INFO    windows_projects: []
  INFO    Files modified by this patch:
  ...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149010/new/

https://reviews.llvm.org/D149010



More information about the Openmp-commits mailing list