Fix shared library build again from 1c9a800. NFC
authorMichael Liao <michael.hliao@gmail.com>
Wed, 24 May 2023 18:08:43 +0000 (14:08 -0400)
committerMichael Liao <michael.hliao@gmail.com>
Wed, 24 May 2023 18:09:38 +0000 (14:09 -0400)
clang/unittests/Serialization/CMakeLists.txt

index 6b82ad9..44e4ecb 100644 (file)
@@ -1,6 +1,7 @@
 set(LLVM_LINK_COMPONENTS
   BitReader
   BitstreamReader
+  FrontendOpenMP
   Support
   )