[NFC][clang-tidy] Do link FrontendOpenMP into concurrency module after all

It seems that while clangASTMatchers does add FrontendOpenMP into
it's LLVM_LINK_COMPONENTS, it's still not being propagated transitively.
This commit is contained in:
Roman Lebedev
2020-11-30 13:33:42 +03:00
parent 98e87f76d0
commit 317ca3ecf8

View File

@@ -1,4 +1,5 @@
set(LLVM_LINK_COMPONENTS
FrontendOpenMP
Support
)