Details
Details
- Reviewers
samsonov eugenis - Commits
- rG9f0f7a965c20: Merging r263000: --------------------------------------------------------------…
rG9e168987b9b9: [Compiler-rt][MIPS] Defining macros for MIPS archs
rCRT263000: [Compiler-rt][MIPS] Defining macros for MIPS archs
rL263000: [Compiler-rt][MIPS] Defining macros for MIPS archs
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/sanitizer_common/sanitizer_platform.h | ||
---|---|---|
97 ↗ | (On Diff #49809) | #else the some for the other two |
Comment Actions
Um, no, let's follow the strategy we use for other macros here and always define SANITIZER_MIPS, SANITIZER_MIPS64 and SANITIZER_MIPS32 to either 1, or 0.
lib/sanitizer_common/sanitizer_platform.h | ||
---|---|---|
106 ↗ | (On Diff #49932) | Missing SANITIZER_MIPS32 and SANITIZER_MIPS64 defined to 0. |