aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/InterfaceStub/ELFObjHandler.cpp
diff options
context:
space:
mode:
authorHaowei Wu <haowei@google.com>2021-04-01 20:55:11 -0700
committerHaowei Wu <haowei@google.com>2021-07-19 11:23:19 -0700
commit6103fdfab4e2c051c070e2994db8b696fc440048 (patch)
tree01cdc310b104713c59d10e35bf3503aa54682a1c /llvm/lib/InterfaceStub/ELFObjHandler.cpp
parent61fa9afe4c5b014181ce41a35c84fb0f3be975db (diff)
downloadllvm-6103fdfab4e2c051c070e2994db8b696fc440048.zip
llvm-6103fdfab4e2c051c070e2994db8b696fc440048.tar.gz
llvm-6103fdfab4e2c051c070e2994db8b696fc440048.tar.bz2
[ifs][elfabi] Merge llvm-ifs/elfabi tools
This change merges llvm-elfabi and llvm-ifs tools. Differential Revision: https://reviews.llvm.org/D100139
Diffstat (limited to 'llvm/lib/InterfaceStub/ELFObjHandler.cpp')
-rw-r--r--llvm/lib/InterfaceStub/ELFObjHandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/InterfaceStub/ELFObjHandler.cpp b/llvm/lib/InterfaceStub/ELFObjHandler.cpp
index bf7be90..112c1ce 100644
--- a/llvm/lib/InterfaceStub/ELFObjHandler.cpp
+++ b/llvm/lib/InterfaceStub/ELFObjHandler.cpp
@@ -27,7 +27,7 @@ using namespace llvm::object;
using namespace llvm::ELF;
namespace llvm {
-namespace elfabi {
+namespace ifs {
// Simple struct to hold relevant .dynamic entries.
struct DynamicEntries {
@@ -671,5 +671,5 @@ Error writeBinaryStub(StringRef FilePath, const IFSStub &Stub,
llvm_unreachable("invalid binary output target");
}
-} // namespace elfabi
+} // end namespace ifs
} // end namespace llvm