[all-commits] [llvm/llvm-project] fa5f42: [compiler-rt][CMake] Drop flags that are set by de...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue Jun 22 11:49:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa5f425209c7f977326923262f8309f070b2553d
https://github.com/llvm/llvm-project/commit/fa5f425209c7f977326923262f8309f070b2553d
Author: Petr Hosek <phosek at google.com>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M compiler-rt/CMakeLists.txt
Log Message:
-----------
[compiler-rt][CMake] Drop flags that are set by default for Fuchsia
-Wl,-z,now is set by the Fuchsia driver, -Wl,-z,relro is the default
in LLD.
Commit: b9792638b0bfb308e0c7c125ac78f4ebf910c11b
https://github.com/llvm/llvm-project/commit/b9792638b0bfb308e0c7c125ac78f4ebf910c11b
Author: Petr Hosek <phosek at google.com>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M compiler-rt/CMakeLists.txt
Log Message:
-----------
[compiler-rt] Make use of undefined symbols configurable
We want to disable the use of undefined symbols on Fuchsia, but there
are cases where it might be desirable so may it configurable.
Differential Revision: https://reviews.llvm.org/D104728
Compare: https://github.com/llvm/llvm-project/compare/f4c06bcb67a1...b9792638b0bf
More information about the All-commits
mailing list