[all-commits] [llvm/llvm-project] a11e90: [llvm-objcopy][test] ELF/dump-section.test: change...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue May 5 08:26:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a11e90a6b971dbf9173e732a63f4399ccee07125
https://github.com/llvm/llvm-project/commit/a11e90a6b971dbf9173e732a63f4399ccee07125
Author: Fangrui Song <maskray at google.com>
Date: 2020-05-05 (Tue, 05 May 2020)
Changed paths:
M llvm/test/tools/llvm-objcopy/ELF/dump-section.test
Log Message:
-----------
[llvm-objcopy][test] ELF/dump-section.test: change #CHECK to # CHECK
The latter is more common and thus the preferred way to use CHECK lines.
Commit: 32b19334da14bfa7ab30fe683a0e6a2d2a35e0dc
https://github.com/llvm/llvm-project/commit/32b19334da14bfa7ab30fe683a0e6a2d2a35e0dc
Author: Fangrui Song <maskray at google.com>
Date: 2020-05-05 (Tue, 05 May 2020)
Changed paths:
M llvm/test/tools/llvm-objcopy/ELF/dump-section.test
M llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp
Log Message:
-----------
[llvm-objcopy][ELF] Allow --dump-section to dump an empty non-SHT_NOBITS section
This is the ELF part of D75949.
GNU objcopy from binutils 2.35 onwards will support an empty non-SHT_NOBITS section as
well
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=e052e2ba295a65b6ea80cbc3f90495beca299c42
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D79339
Compare: https://github.com/llvm/llvm-project/compare/d056c0c71f95...32b19334da14
More information about the All-commits
mailing list