[all-commits] [llvm/llvm-project] e6f8ba: Move ELFObjHandler to TextAPI library
Zero Omega via All-commits
all-commits at lists.llvm.org
Mon Aug 10 21:24:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e6f8ba12e6ea97cbf4374b70e78309c2d859ca1c
https://github.com/llvm/llvm-project/commit/e6f8ba12e6ea97cbf4374b70e78309c2d859ca1c
Author: Haowei Wu <haowei at google.com>
Date: 2020-08-10 (Mon, 10 Aug 2020)
Changed paths:
A llvm/include/llvm/TextAPI/ELF/ELFObjHandler.h
M llvm/lib/TextAPI/CMakeLists.txt
A llvm/lib/TextAPI/ELF/ELFObjHandler.cpp
M llvm/tools/llvm-elfabi/CMakeLists.txt
R llvm/tools/llvm-elfabi/ELFObjHandler.cpp
R llvm/tools/llvm-elfabi/ELFObjHandler.h
M llvm/tools/llvm-elfabi/llvm-elfabi.cpp
Log Message:
-----------
Move ELFObjHandler to TextAPI library
This change moves ELFObjHandler to llvm/TextAPI library so it can
be used by different llvm tools.
More information about the All-commits
mailing list