[memprof] Use LineLocation in a unit test (NFC) (#116917)
[llvm-project.git] / flang / lib / FrontendTool / CMakeLists.txt
blob2acaffbe50380a0af8e8a8fb86fccf71167527b6
1 add_flang_library(flangFrontendTool
2   ExecuteCompilerInvocation.cpp
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
9   LINK_LIBS
10   flangFrontend
11   MLIRPass
13   LINK_COMPONENTS
14   Option
15   Support
17   CLANG_LIBS
18   clangBasic
19   clangDriver