[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
Fri Mar 12 12:09:06 PST 2021


mstorsjo created this revision.
mstorsjo added reviewers: phosek, MaskRay.
Herald added subscribers: kristof.beyls, mgorny, dberris.
mstorsjo requested review of this revision.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.

Previously, that configuration only used the generic sources, in
addition to the couple specifically chosen arm/mingw files.


Repository:
  rG LLVM Github Monorepo

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.330342.patch
Type: text/x-patch
Size: 421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210312/407ccb7b/attachment.bin>


More information about the llvm-commits mailing list