[all-commits] [llvm/llvm-project] bf6770: [CMake] Don't use -Bsymbolic-functions for MinGW t...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Wed Jun 30 12:54:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf6770f9bd606643c8ea8a7ab03da5da5960e98e
https://github.com/llvm/llvm-project/commit/bf6770f9bd606643c8ea8a7ab03da5da5960e98e
Author: Martin Storsjö <martin at martin.st>
Date: 2021-06-30 (Wed, 30 Jun 2021)
Changed paths:
M clang/tools/clang-shlib/CMakeLists.txt
M llvm/tools/llvm-shlib/CMakeLists.txt
Log Message:
-----------
[CMake] Don't use -Bsymbolic-functions for MinGW targets
This is an ELF specific option which isn't supported for Windows/MinGW
targets, even if the MinGW linker otherwise uses an ld.bfd like linker
interface.
Differential Revision: https://reviews.llvm.org/D105148
More information about the All-commits
mailing list