[all-commits] [llvm/llvm-project] 88da0d: Revert "[Libomp] Do not error on undefined version...
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Thu Oct 13 14:13:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88da0de14f135bee034b286cc736dacd6274e77d
https://github.com/llvm/llvm-project/commit/88da0de14f135bee034b286cc736dacd6274e77d
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2022-10-13 (Thu, 13 Oct 2022)
Changed paths:
M lld/ELF/Driver.cpp
M lld/ELF/Options.td
M lld/docs/ReleaseNotes.rst
M lld/docs/ld.lld.1
M lld/test/ELF/verdef-defaultver.s
M lld/test/ELF/verdef-dependency.s
M lld/test/ELF/verneed.s
M lld/test/ELF/version-script-extern-undefined.s
M lld/test/ELF/version-script-local-preemptible.s
M lld/test/ELF/version-script-noundef.s
M lld/test/ELF/version-script-reassign.s
M openmp/libomptarget/plugins/CMakeLists.txt
M openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
M openmp/libomptarget/plugins/cuda/CMakeLists.txt
M openmp/libomptarget/plugins/remote/server/CMakeLists.txt
M openmp/libomptarget/plugins/remote/src/CMakeLists.txt
M openmp/libomptarget/plugins/ve/CMakeLists.txt
M openmp/runtime/cmake/LibompHandleFlags.cmake
M openmp/runtime/cmake/config-ix.cmake
Log Message:
-----------
Revert "[Libomp] Do not error on undefined version script symbols"
This reverts commit 096f93e73dc3f88636cdcb57515e3732385b452d.
Revert "[Libomptarget] Make the plugins ingore undefined exported symbols"
This reverts commit 3f62314c235bd2475c8e2b5b874b2932a444e823.
Revert "[LLD] Enable --no-undefined-version by default."
This reverts commit 7ec8b0d162e354c703f5390784287054601f9c69.
Three commits are reverted because of the current omp build fail
with GNU ld. See discussion here: https://reviews.llvm.org/rG096f93e73dc3
More information about the All-commits
mailing list