forked from OSchip/llvm-project
Add libsupport to list of libraries to link into diagtool
llvm-svn: 137110
This commit is contained in:
parent
f88d335ca7
commit
5c8daf1ee1
|
@ -1,3 +1,7 @@
|
|||
set( LLVM_LINK_COMPONENTS
|
||||
support
|
||||
)
|
||||
|
||||
set( LLVM_USED_LIBS
|
||||
clangBasic
|
||||
clangLex
|
||||
|
|
Loading…
Reference in New Issue