Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with the minor change.
src/AddressSpace.hpp | ||
---|---|---|
391 ↗ | (On Diff #24426) | I think this would be better as: #if !defined(Elf_Half) typedef ElfW(Half) Elf_Half; #endif #if !defined(Elf_Phdr) typedef ElfW(Phdr) Elf_Phdr; #endif |