Fix the CHECK-CFI-CROSS-DSO-ANDROID test to be more precise and match
specifically 'clang_rt.cfi' rather than any compiler-rt library. This
fixes the failure when the linker command-line contains
clang_rt.builtins library due to CLANG_DEFAULT_RTLIB=compiler-rt.
Details
Details
- Reviewers
eugenis
Diff Detail
Diff Detail
(an alternative would be to replace this 'NOT' clause with more specific library name — but I don't know which library could 'accidentally' appear here)