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