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

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 6 19:24:15 PDT 2016


echristo added inline comments.


> mlemay-intel wrote in X86ISelLowering.cpp:2027
> TM is private in TargetLoweringBase, so I can't call TM.getTargetTriple().isOSContiki() from here.

Subtarget.getTargetTriple().isOSContiki()?

https://reviews.llvm.org/D19852





More information about the llvm-commits mailing list