From: Yonghong Song Date: Tue, 9 Jul 2019 18:35:46 +0000 (+0000) Subject: [BPF] Fix a typo in the file name X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0688cff2dfa03947c8c5114b529b57acfd502d21;p=llvm [BPF] Fix a typo in the file name Fixed the file name from BPFAbstrctMemberAccess.cpp to BPFAbstractMemberAccess.cpp. Signed-off-by: Yonghong Song git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365532 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/BPF/BPFAbstrctMemberAccess.cpp b/lib/Target/BPF/BPFAbstractMemberAccess.cpp similarity index 100% rename from lib/Target/BPF/BPFAbstrctMemberAccess.cpp rename to lib/Target/BPF/BPFAbstractMemberAccess.cpp diff --git a/lib/Target/BPF/CMakeLists.txt b/lib/Target/BPF/CMakeLists.txt index 42d7bf9ec8b..acdce4f7a66 100644 --- a/lib/Target/BPF/CMakeLists.txt +++ b/lib/Target/BPF/CMakeLists.txt @@ -13,7 +13,7 @@ tablegen(LLVM BPFGenSubtargetInfo.inc -gen-subtarget) add_public_tablegen_target(BPFCommonTableGen) add_llvm_target(BPFCodeGen - BPFAbstrctMemberAccess.cpp + BPFAbstractMemberAccess.cpp BPFAsmPrinter.cpp BPFFrameLowering.cpp BPFInstrInfo.cpp