[all-commits] [llvm/llvm-project] cf4330: [llvm-elfabi] Emit ELF header and string table sec...
Zero Omega via All-commits
all-commits at lists.llvm.org
Mon Nov 23 12:24:13 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: cf4330871844f58075023a9ace9ba0728cf48d57
https://github.com/llvm/llvm-project/commit/cf4330871844f58075023a9ace9ba0728cf48d57
Author: Haowei Wu <haowei at google.com>
Date: 2020-11-23 (Mon, 23 Nov 2020)
Changed paths:
M llvm/include/llvm/InterfaceStub/ELFObjHandler.h
M llvm/lib/InterfaceStub/CMakeLists.txt
M llvm/lib/InterfaceStub/ELFObjHandler.cpp
A llvm/test/tools/llvm-elfabi/fail-file-write-windows.test
A llvm/test/tools/llvm-elfabi/fail-file-write.test
A llvm/test/tools/llvm-elfabi/output-target-error.test
A llvm/test/tools/llvm-elfabi/write-stub.test
M llvm/tools/llvm-elfabi/llvm-elfabi.cpp
Log Message:
-----------
[llvm-elfabi] Emit ELF header and string table sections
This change serves to create the initial framework for outputting ELF
files from llvm-elfabi.
Differential Revision: https://reviews.llvm.org/D61767
More information about the All-commits
mailing list