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

Michael LeMay via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 6 14:00:50 PDT 2016


mlemay-intel added inline comments.


> echristo wrote in X86ISelLowering.cpp:2027
> Not sure that adding isTargetContiki to the subtarget is worth it here, but ok.

TM is private in TargetLoweringBase, so I can't call TM.getTargetTriple().isOSContiki() from here.

https://reviews.llvm.org/D19852





More information about the llvm-commits mailing list