[lldb] Add ability to hide the root name of a value
[llvm-project.git] / flang / lib / Semantics / CMakeLists.txt
blobe8022e1261c8ef9763abcb22275324e2552d11cf
1 add_flang_library(FortranSemantics
2   assignment.cpp
3   attr.cpp
4   canonicalize-acc.cpp
5   canonicalize-do.cpp
6   canonicalize-omp.cpp
7   check-acc-structure.cpp
8   check-allocate.cpp
9   check-arithmeticif.cpp
10   check-call.cpp
11   check-case.cpp
12   check-coarray.cpp
13   check-data.cpp
14   check-deallocate.cpp
15   check-declarations.cpp
16   check-do-forall.cpp
17   check-if-stmt.cpp
18   check-io.cpp
19   check-namelist.cpp
20   check-nullify.cpp
21   check-omp-structure.cpp
22   check-purity.cpp
23   check-return.cpp
24   check-select-rank.cpp
25   check-select-type.cpp
26   check-stop.cpp
27   compute-offsets.cpp
28   data-to-inits.cpp
29   definable.cpp
30   expression.cpp
31   mod-file.cpp
32   pointer-assignment.cpp
33   program-tree.cpp
34   resolve-labels.cpp
35   resolve-directives.cpp
36   resolve-names-utils.cpp
37   resolve-names.cpp
38   rewrite-parse-tree.cpp
39   runtime-type-info.cpp
40   scope.cpp
41   semantics.cpp
42   symbol.cpp
43   tools.cpp
44   type.cpp
45   unparse-with-symbols.cpp
47   DEPENDS
48   acc_gen
49   omp_gen
51   LINK_LIBS
52   FortranCommon
53   FortranParser
54   FortranEvaluate
56   LINK_COMPONENTS
57   Support
58   FrontendOpenMP
59   FrontendOpenACC
60   TargetParser