[all-commits] [llvm/llvm-project] cae194: [CMake][OpenMP] Remove -Wl, --warn-shared-textrel
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Nov 20 16:37:48 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cae1942297ef7a9d5075808f3163f53e85f2b3e4
https://github.com/llvm/llvm-project/commit/cae1942297ef7a9d5075808f3163f53e85f2b3e4
Author: Fangrui Song <i at maskray.me>
Date: 2022-11-21 (Mon, 21 Nov 2022)
Changed paths:
M openmp/runtime/cmake/LibompHandleFlags.cmake
M openmp/runtime/cmake/config-ix.cmake
Log Message:
-----------
[CMake][OpenMP] Remove -Wl,--warn-shared-textrel
This option is legacy and is removed from GNU ld's doc (many binutils
distributions are configured with --enable-textrel-check=). lld ignores the
option.
More information about the All-commits
mailing list