Fuchsia doesn't support filesystem access per se at low level.
So it won't use any of the filesystem-oriented code in sanitizer_common.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/sanitizer_common/sanitizer_suppressions.cc | ||
---|---|---|
63 ↗ | (On Diff #108729) | if this is not going to support filesystem, why only part of the function is disabled? |
lib/sanitizer_common/sanitizer_suppressions.cc | ||
---|---|---|
63 ↗ | (On Diff #108729) | Fuchsia does not support filesystem-oriented calls per se, but it does implement ReadFileToBuffer in its own way, where the "file name" is treated as an "identifier for configuration text blob" passed to a system service. |
Comment Actions
The SupportsColor change here is to avoid using report_file, so I think it belongs in this change.
This is rebased and ready to land after D36028 lands.
Please land it for me!
Thanks,
Roland
lib/sanitizer_common/sanitizer_common_libcdep.cc | ||
---|---|---|
38 ↗ | (On Diff #109168) | I am going to clang-format this patches. |