[PATCH] D19852: [safestack] Use non-thread-local unsafe stack pointer for Contiki OS

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 11:42:48 PDT 2016


pcc added inline comments.


================
Comment at: include/llvm/Target/TargetLowering.h:1111
+protected:
+  virtual Value *getDefaultSafeStackPointerLocation(IRBuilder<> &IRB,
+                                                    bool UseTLS) const;
----------------
Doesn't need to be virtual.


https://reviews.llvm.org/D19852





More information about the llvm-commits mailing list