diff options
-rw-r--r-- | lib/Support/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index efa5361..05f1ac7 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -30,6 +30,7 @@ add_llvm_library(LLVMSupport Timer.cpp Triple.cpp Twine.cpp + raw_os_ostream.cpp raw_ostream.cpp ) |