mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 06:31:50 +08:00
[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:
@@ -1,4 +1,5 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
FrontendOpenMP
|
||||
Support
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user