[clang] 7772198 - [clang-format] Fix shared build. NFC

Michael Liao via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 17 19:49:58 PDT 2025


Author: Michael Liao
Date: 2025-04-17T22:49:50-04:00
New Revision: 77721986d8bd48182ba355bf166a5fa3ffbfe6b6

URL: https://github.com/llvm/llvm-project/commit/77721986d8bd48182ba355bf166a5fa3ffbfe6b6
DIFF: https://github.com/llvm/llvm-project/commit/77721986d8bd48182ba355bf166a5fa3ffbfe6b6.diff

LOG: [clang-format] Fix shared build. NFC

Added: 
    

Modified: 
    clang/unittests/Format/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/clang/unittests/Format/CMakeLists.txt b/clang/unittests/Format/CMakeLists.txt
index 5bd6a17182d29..0af571a65dafa 100644
--- a/clang/unittests/Format/CMakeLists.txt
+++ b/clang/unittests/Format/CMakeLists.txt
@@ -35,6 +35,7 @@ add_clang_unittest(FormatTests
   CLANG_LIBS
   clangBasic
   clangFormat
+  clangLex
   clangRewrite
   clangToolingCore
   LLVM_COMPONENTS


        


More information about the cfe-commits mailing list