[clang] 61262f9 - Fix shared library build from 1c9a800.
Amy Kwan via cfe-commits
cfe-commits at lists.llvm.org
Wed May 24 10:29:41 PDT 2023
Author: Amy Kwan
Date: 2023-05-24T12:29:23-05:00
New Revision: 61262f9ef4194963c3231932e39f11d89cf80a12
URL: https://github.com/llvm/llvm-project/commit/61262f9ef4194963c3231932e39f11d89cf80a12
DIFF: https://github.com/llvm/llvm-project/commit/61262f9ef4194963c3231932e39f11d89cf80a12.diff
LOG: Fix shared library build from 1c9a800.
Fix the shared library build failure on clang-ppc64le-rhel from 1c9a800 as seen
in: https://lab.llvm.org/buildbot/#/builders/57/builds/27080/steps/6/logs/stdio
Added:
Modified:
clang/unittests/Serialization/CMakeLists.txt
Removed:
################################################################################
diff --git a/clang/unittests/Serialization/CMakeLists.txt b/clang/unittests/Serialization/CMakeLists.txt
index 88aca2e135200..6b82ad91e5ec3 100644
--- a/clang/unittests/Serialization/CMakeLists.txt
+++ b/clang/unittests/Serialization/CMakeLists.txt
@@ -20,4 +20,5 @@ clang_target_link_libraries(SerializationTests
clangSema
clangSerialization
clangTooling
+ clangASTMatchers
)
More information about the cfe-commits
mailing list