The OS provides cross-dso CFI support starting with Android O.
Trapping mode does not require any runtime at all, and diagnostic mode
requires just ubsan-standalone.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D38908
Do not link clang_rt.cfi on Android. ClosedPublic Authored by eugenis on Oct 13 2017, 4:19 PM.
Details Summary The OS provides cross-dso CFI support starting with Android O.
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Oct 13 2017, 5:58 PM Closed by commit rL315921: Do not link clang_rt.cfi on Android. (authored by eugenis). · Explain WhyOct 16 2017, 11:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 119180 cfe/trunk/include/clang/Driver/SanitizerArgs.h
cfe/trunk/lib/Driver/SanitizerArgs.cpp
cfe/trunk/test/Driver/sanitizer-ld.c
|