<div dir="ltr">+folks who may be able to answer... <div>Next time, please use <a href="http://llvm.org/docs/Phabricator.html">http://llvm.org/docs/Phabricator.html</a>, at least for for changes around -fsanitize=*</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 5, 2015 at 2:20 AM, Valérian Rousset via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello all,<br>
<br>
Here is a trivial patch to allow LLVM to be build with SafeStack, via<br>
LLVM_USE_SANITIZER=SafeStack.<br>
<br>
It does compile without issue, but some tests fail, mainly due to profiling with<br>
instrumentation.<br>
It fails with `undefined reference to `__safestack_unsafe_stack_ptr'` because it<br>
has to link with the SafeStack runtime but it wasn't build. What is the best way<br>
to do this? Mark the tests as unsupported or did I missed something?<br>
<br>
Have a nice day.<br>
<span class="HOEnZb"><font color="#888888">--<br>
tharvik<br>
</font></span><br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div>