[llvm] 19531a8 - Add raw_fd_stream_test.cpp into CMakeLists.txt
Jianzhou Zhao via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 12 00:52:05 PDT 2020
Author: Jianzhou Zhao
Date: 2020-09-12T07:48:12Z
New Revision: 19531a81f1de8ef8ee219765c74c32c6fcd3323f
URL: https://github.com/llvm/llvm-project/commit/19531a81f1de8ef8ee219765c74c32c6fcd3323f
DIFF: https://github.com/llvm/llvm-project/commit/19531a81f1de8ef8ee219765c74c32c6fcd3323f.diff
LOG: Add raw_fd_stream_test.cpp into CMakeLists.txt
Fixing https://github.com/llvm/llvm-project/commit/0ece51c60c51f0d4c285dbda3b6cff794041bdd7
Added:
Modified:
llvm/unittests/Support/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/unittests/Support/CMakeLists.txt b/llvm/unittests/Support/CMakeLists.txt
index 30de294f499e..90545bf056a3 100644
--- a/llvm/unittests/Support/CMakeLists.txt
+++ b/llvm/unittests/Support/CMakeLists.txt
@@ -87,6 +87,7 @@ add_llvm_unittest(SupportTests
YAMLIOTest.cpp
YAMLParserTest.cpp
formatted_raw_ostream_test.cpp
+ raw_fd_stream_test.cpp
raw_ostream_test.cpp
raw_pwrite_stream_test.cpp
raw_sha1_ostream_test.cpp
More information about the llvm-commits
mailing list