[PATCH] D13465: Add SafeStack support for test-suite.

Jonathan Roelofs via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 6 10:02:01 PDT 2015


jroelofs added a comment.

In http://reviews.llvm.org/D13465#260628, @tharvik wrote:

> When running the test suite, it gives a bunch of `undefined reference to '__safestack_unsafe_stack_ptr'`.
>  See regression results <http://reviews.llvm.org/P130>.


Sounds like it's missing the safestack runtime, which should be provided by building compiler-rt.


http://reviews.llvm.org/D13465





More information about the cfe-commits mailing list