[PATCH] D41567: Add NO_EXEC_STACK_DIRECTIVE to chkstk and chkstk2 sources

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 24 13:12:32 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL321431: Fix PR35739: chkstk and chkst2 should only be built for Windows (authored by dim, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D41567?vs=128117&id=128119#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D41567

Files:
  compiler-rt/trunk/lib/builtins/CMakeLists.txt


Index: compiler-rt/trunk/lib/builtins/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/lib/builtins/CMakeLists.txt
+++ compiler-rt/trunk/lib/builtins/CMakeLists.txt
@@ -232,8 +232,6 @@
 
 if (NOT MSVC)
   set(x86_64_SOURCES
-      x86_64/chkstk.S
-      x86_64/chkstk2.S
       x86_64/floatdidf.c
       x86_64/floatdisf.c
       x86_64/floatdixf.c
@@ -253,8 +251,6 @@
   set(i386_SOURCES
       i386/ashldi3.S
       i386/ashrdi3.S
-      i386/chkstk.S
-      i386/chkstk2.S
       i386/divdi3.S
       i386/floatdidf.S
       i386/floatdisf.S


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41567.128119.patch
Type: text/x-patch
Size: 601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171224/2f26d356/attachment.bin>


More information about the llvm-commits mailing list