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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to