[PATCH] D98547: [compiler-rt] Use arm-specific builtins sources for arm/mingw builds
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 13 12:22:35 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd374667257cf: [compiler-rt] Use arm-specific builtins sources for arm/mingw builds (authored by mstorsjo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98547/new/
https://reviews.llvm.org/D98547
Files:
compiler-rt/lib/builtins/CMakeLists.txt
Index: compiler-rt/lib/builtins/CMakeLists.txt
===================================================================
--- compiler-rt/lib/builtins/CMakeLists.txt
+++ compiler-rt/lib/builtins/CMakeLists.txt
@@ -489,7 +489,7 @@
arm/aeabi_uldivmod.S
arm/chkstk.S
mingw_fixfloat.c
- ${GENERIC_SOURCES}
+ ${arm_SOURCES}
)
elseif(NOT WIN32)
# TODO the EABI sources should only be added to EABI targets
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98547.330467.patch
Type: text/x-patch
Size: 421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210313/0507d747/attachment.bin>
More information about the llvm-commits
mailing list