[PATCH] D13465: Add SafeStack support for test-suite.
Valérian Rousset via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 13 07:11:14 PDT 2015
tharvik added a comment.
In http://reviews.llvm.org/D13465#260846, @jroelofs wrote:
> 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.
If you try to build compiler-rt, with safestack forced, you end up with some "already define" error, because safestack use interception which is needed by some tests. We can make these tests as excepted failure though.
http://reviews.llvm.org/D13465
More information about the cfe-commits
mailing list