[all-commits] [llvm/llvm-project] 659da7: gn build: Pass -fno-emulated-tls when targeting An...
pcc via All-commits
all-commits at lists.llvm.org
Fri Mar 17 17:29:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 659da71a406080b72c3882c491627ae4028b5675
https://github.com/llvm/llvm-project/commit/659da71a406080b72c3882c491627ae4028b5675
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M llvm/utils/gn/build/toolchain/target_flags.gni
Log Message:
-----------
gn build: Pass -fno-emulated-tls when targeting Android.
Matches the CMake build:
https://github.com/llvm/llvm-project/blob/93c1a5f3ddd41e0ec09f38ab0045bd5e92199fd5/compiler-rt/CMakeLists.txt#L343
(we always use API level 29).
Differential Revision: https://reviews.llvm.org/D146341
More information about the All-commits
mailing list