diff options
| author | Enrico Granata <egranata@apple.com> | 2015-02-20 19:54:06 +0000 |
|---|---|---|
| committer | Enrico Granata <egranata@apple.com> | 2015-02-20 19:54:06 +0000 |
| commit | c5515ef1bb88c03367e750a495c5804c3aa441c8 (patch) | |
| tree | 5a26e87544359eb2e70fc3592c1664768633f5fc | |
| parent | fed81aa68575df1cd9585e35170484e881e87ba5 (diff) | |
| download | bcm5719-llvm-c5515ef1bb88c03367e750a495c5804c3aa441c8.tar.gz bcm5719-llvm-c5515ef1bb88c03367e750a495c5804c3aa441c8.zip | |
Add the new file to the CMakeLists. This should appease the Windows bot
llvm-svn: 230049
| -rw-r--r-- | lldb/source/Interpreter/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Interpreter/CMakeLists.txt b/lldb/source/Interpreter/CMakeLists.txt index 0c7fe3dacfe..413067f91fc 100644 --- a/lldb/source/Interpreter/CMakeLists.txt +++ b/lldb/source/Interpreter/CMakeLists.txt @@ -31,6 +31,7 @@ add_lldb_library(lldbInterpreter OptionValueFileSpecLIst.cpp OptionValueFormat.cpp OptionValueFormatEntity.cpp + OptionValueLanguage.cpp OptionValuePathMappings.cpp OptionValueProperties.cpp OptionValueRegex.cpp |

