diff options
Diffstat (limited to 'llvm/lib/Support/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/Support/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index 6646af6db5d3..2528e8bd1142 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -265,18 +265,23 @@ add_llvm_component_library(LLVMSupport ToolOutputFile.cpp TrieRawHashMap.cpp Twine.cpp - TypeSize.cpp Unicode.cpp UnicodeCaseFold.cpp UnicodeNameToCodepoint.cpp UnicodeNameToCodepointGenerated.cpp VersionTuple.cpp VirtualFileSystem.cpp + VirtualOutputBackend.cpp + VirtualOutputBackends.cpp + VirtualOutputConfig.cpp + VirtualOutputError.cpp + VirtualOutputFile.cpp WithColor.cpp YAMLParser.cpp YAMLTraits.cpp raw_os_ostream.cpp raw_ostream.cpp + raw_ostream_proxy.cpp raw_socket_stream.cpp regcomp.c regerror.c |
