[PATCH] D50519: [sanitizer] Remove rsp from the clobber list in internal_clone

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 9 13:01:45 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT339370: [sanitizer] Remove rsp from the clobber list in internal_clone (authored by cryptoad, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D50519?vs=159950&id=159981#toc

Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D50519

Files:
  lib/sanitizer_common/sanitizer_linux.cc


Index: lib/sanitizer_common/sanitizer_linux.cc
===================================================================
--- lib/sanitizer_common/sanitizer_linux.cc
+++ lib/sanitizer_common/sanitizer_linux.cc
@@ -1244,7 +1244,7 @@
                          "d"(parent_tidptr),
                          "r"(r8),
                          "r"(r10)
-                       : "rsp", "memory", "r11", "rcx");
+                       : "memory", "r11", "rcx");
   return res;
 }
 #elif defined(__mips__)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50519.159981.patch
Type: text/x-patch
Size: 493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180809/d0f87412/attachment.bin>


More information about the llvm-commits mailing list