[all-commits] [llvm/llvm-project] 830a7c: [DWARFYAML] Replace Is64bit with Is64BitAddrSize. ...
Xing GUO via All-commits
all-commits at lists.llvm.org
Mon Jul 13 19:59:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 830a7c2ad41d147c536f1b20061fe94ca978f079
https://github.com/llvm/llvm-project/commit/830a7c2ad41d147c536f1b20061fe94ca978f079
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-07-14 (Tue, 14 Jul 2020)
Changed paths:
M llvm/include/llvm/ObjectYAML/DWARFYAML.h
M llvm/lib/ObjectYAML/DWARFEmitter.cpp
M llvm/lib/ObjectYAML/ELFYAML.cpp
M llvm/lib/ObjectYAML/MachOYAML.cpp
Log Message:
-----------
[DWARFYAML] Replace Is64bit with Is64BitAddrSize. NFC.
Is64bit is ambiguous. In this patch, we replace it with Is64BitAddrSize
to make it clearer.
More information about the All-commits
mailing list