[all-commits] [llvm/llvm-project] 2bca3f: Revert "[OpenMP] Fix GCC build issues and restore ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Apr 24 13:58:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2bca3f2a92a506997914f335396e124c0a5f87dd
https://github.com/llvm/llvm-project/commit/2bca3f2a92a506997914f335396e124c0a5f87dd
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M openmp/runtime/src/CMakeLists.txt
M openmp/runtime/src/dllexports
R openmp/runtime/src/kmp_collapse.cpp
R openmp/runtime/src/kmp_collapse.h
Log Message:
-----------
Revert "[OpenMP] Fix GCC build issues and restore "Additional APIs used by the"
This patch caused failures on the OpenMP buildbots as discussed in
https://reviews.llvm.org/D149010. We will need to investigate why we are
seeing unresolved references to the standard C++ library.
This reverts commit 5a15ca7f10bcba55a2f51281b1562cf5095ae015.
More information about the All-commits
mailing list