D116208 may cause a macro clash on older versions of linux, where fs.h defines a READ macro. I'm resolving this by switching to a more typical casing style for non-macro symbols. If preferred, I can prefix them instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| compiler-rt/lib/sanitizer_common/sanitizer_common.h | ||
|---|---|---|
| 962 | I guess we use WRITE_FLAG_UNKNOWN style for C-enums. | |
I guess we use WRITE_FLAG_UNKNOWN style for C-enums.
However proposed names seems consistent with "enum class".