repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[memprof] Use LineLocation in a unit test (NFC) (#116917)
[llvm-project.git]
/
flang
/
lib
/
FrontendTool
/
CMakeLists.txt
blob
2acaffbe50380a0af8e8a8fb86fccf71167527b6
1
add_flang_library(flangFrontendTool
2
ExecuteCompilerInvocation.cpp
3
4
DEPENDS
5
# This makes sure that the MLIR dependencies of flangFrontend (which are
6
# transitively required here) are generated before this target is build.
7
flangFrontend
8
9
LINK_LIBS
10
flangFrontend
11
MLIRPass
12
13
LINK_COMPONENTS
14
Option
15
Support
16
17
CLANG_LIBS
18
clangBasic
19
clangDriver
20
)