[all-commits] [llvm/llvm-project] 1bc8f5: [sanitizers] [windows] Use InternalMmapVector inst...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Mar 16 13:18:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1bc8f5fbb4d46c54f9aa732f32aaeb77972ecad6
https://github.com/llvm/llvm-project/commit/1bc8f5fbb4d46c54f9aa732f32aaeb77972ecad6
Author: Martin Storsjö <martin at martin.st>
Date: 2021-03-16 (Tue, 16 Mar 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
Log Message:
-----------
[sanitizers] [windows] Use InternalMmapVector instead of silencing -Wframe-larger-than
Also use this in ReadBinaryName which currently is producing
warnings.
Keep pragmas for silencing warnings in sanitizer_unwind_win.cpp,
as that can be called more frequently.
Differential Revision: https://reviews.llvm.org/D97726
More information about the All-commits
mailing list