tstellar added inline comments.
Herald added a reviewer: bollu.
Herald added a subscriber: sstefan1.
Herald added a project: clang-tools-extra.


================
Comment at: clang/lib/ASTMatchers/CMakeLists.txt:17-18
   )
+
+target_link_libraries(clangASTMatchers PUBLIC LLVMFrontendOpenMP)
----------------
My guess is that this is the problem. Making this change will cause clang 
binaries to link against the LLVMFrontendOpenMP static library in addition to 
libLLVM.so (which already contains this library).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77574/new/

https://reviews.llvm.org/D77574

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to