diff options
| author | Adrian Prantl <aprantl@apple.com> | 2019-08-22 20:10:24 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2019-08-22 20:10:24 +0000 |
| commit | 83108e7556f09d298e9350803f1f7deee207debb (patch) | |
| tree | f4f12b4537f1bd7f04a02cd29b43f68911ef9534 /lldb/source/Interpreter | |
| parent | 06d778f00ae4d5f2b3508a197ee7265302fde1c2 (diff) | |
| download | bcm5719-llvm-83108e7556f09d298e9350803f1f7deee207debb.tar.gz bcm5719-llvm-83108e7556f09d298e9350803f1f7deee207debb.zip | |
Rename lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp to
lldb/source/Interpreter/OptionValueFileSpecList.cpp (NFC)
llvm-svn: 369699
Diffstat (limited to 'lldb/source/Interpreter')
| -rw-r--r-- | lldb/source/Interpreter/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | lldb/source/Interpreter/OptionValueFileSpecList.cpp (renamed from lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CMakeLists.txt b/lldb/source/Interpreter/CMakeLists.txt index 56431d8bf3b..6486256c16c 100644 --- a/lldb/source/Interpreter/CMakeLists.txt +++ b/lldb/source/Interpreter/CMakeLists.txt @@ -35,7 +35,7 @@ add_lldb_library(lldbInterpreter OptionValueDictionary.cpp OptionValueEnumeration.cpp OptionValueFileSpec.cpp - OptionValueFileSpecListTmp.cpp + OptionValueFileSpecList.cpp OptionValueFormat.cpp OptionValueFormatEntity.cpp OptionValueLanguage.cpp diff --git a/lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp b/lldb/source/Interpreter/OptionValueFileSpecList.cpp index 1a9d3c9ecb8..1a9d3c9ecb8 100644 --- a/lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp +++ b/lldb/source/Interpreter/OptionValueFileSpecList.cpp |

