[PATCH] D19852: [safestack] Use non-thread-local unsafe stack pointer for Contiki OS
    Peter Collingbourne via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Sep 26 14:59:19 PDT 2016
    
    
  
pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: include/llvm/Target/TargetLowering.h:1115
@@ -1110,1 +1114,3 @@
+public:
   /// If the target has a standard location for the unsafe stack pointer,
+  /// returns the address of that location. Otherwise, returns the address of
----------------
You might want to reword this more simply as something like "Returns the target-specific address of the unsafe stack pointer."
https://reviews.llvm.org/D19852
    
    
More information about the llvm-commits
mailing list