Rename lldb/source/Interpreter/OptionValueFileSpecLIst.cpp to

lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp (NFC)

llvm-svn: 369698
This commit is contained in:
Adrian Prantl
2019-08-22 20:08:46 +00:00
parent 2452d7030b
commit 06d778f00a
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ add_lldb_library(lldbInterpreter
OptionValueDictionary.cpp
OptionValueEnumeration.cpp
OptionValueFileSpec.cpp
OptionValueFileSpecLIst.cpp
OptionValueFileSpecListTmp.cpp
OptionValueFormat.cpp
OptionValueFormatEntity.cpp
OptionValueLanguage.cpp

View File

@@ -1,4 +1,4 @@
//===-- OptionValueFileSpecLIst.cpp -----------------------------*- C++ -*-===//
//===-- OptionValueFileSpecList.cpp ---------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.