[all-commits] [llvm/llvm-project] 62cc3c: [CMake] Disable -fno-semantic-interposition for GC...
Haruki Imai via All-commits
all-commits at lists.llvm.org
Thu Jul 8 22:09:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62cc3cdda64aaaca5bfeba4b131ab6b5f50b4e0c
https://github.com/llvm/llvm-project/commit/62cc3cdda64aaaca5bfeba4b131ab6b5f50b4e0c
Author: Haruki Imai <imaihal at jp.ibm.com>
Date: 2021-07-08 (Thu, 08 Jul 2021)
Changed paths:
M llvm/cmake/modules/HandleLLVMOptions.cmake
Log Message:
-----------
[CMake] Disable -fno-semantic-interposition for GCC<10.3 on SystemZ
`-fno-semantic-interposition` was added for GCC in D102453, but some MLIR tests
on SystemZ failed with GCC<10.3 due to a bug.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D105453
More information about the All-commits
mailing list