This is needed to avoid the test failure in case when compiler-rt
is set as the default runtime library for Clang.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
See my comment in https://reviews.llvm.org/D44655, but this change is also fine with me.
Comment Actions
I was actually thinking about doing the same now, more specifically using -rtlib=platform which is already used elsewhere in this test. Do you prefer one or the other?
Comment Actions
Since the test is about cfi, not builtins, I think it's better to check for the cfi library explicitly.