Details
Details
- Reviewers
jroelofs
Diff Detail
Diff Detail
Event Timeline
Comment Actions
When running the test suite, it gives a bunch of undefined reference to '__safestack_unsafe_stack_ptr'.
See regression results.
Comment Actions
Sounds like it's missing the safestack runtime, which should be provided by building compiler-rt.
Comment Actions
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.