With eager-checks and msan-poison-stack-with-call enabled, this
saves ~1.5% instrumented binary size.
Details
Details
- Reviewers
eugenis vitalybuka
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/Instrumentation/MemorySanitizer/alloca.ll | ||
---|---|---|
9 | flag order is inconsistent |
Comment Actions
I don't think 1.5% is good enough to introduce new runtime functions for the off-by-default code path.
flag order is inconsistent
also line breaks with \ is unnecessary
long lines should be accepted by clang-format -style file in tests