[BPF] Fix a typo in the file name
authorYonghong Song <yhs@fb.com>
Tue, 9 Jul 2019 18:35:46 +0000 (18:35 +0000)
committerYonghong Song <yhs@fb.com>
Tue, 9 Jul 2019 18:35:46 +0000 (18:35 +0000)
Fixed the file name from BPFAbstrctMemberAccess.cpp to
BPFAbstractMemberAccess.cpp.

Signed-off-by: Yonghong Song <yhs@fb.com>
llvm-svn: 365532

llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp [moved from llvm/lib/Target/BPF/BPFAbstrctMemberAccess.cpp with 100% similarity]
llvm/lib/Target/BPF/CMakeLists.txt

index 42d7bf9..acdce4f 100644 (file)
@@ -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