Mercurial > hg > CbC > CbC_llvm
comparison flang/tools/CMakeLists.txt @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 0572611fdcc8 |
children | c4bab56944e8 |
comparison
equal
deleted
inserted
replaced
173:0572611fdcc8 | 207:2e18cbf3894f |
---|---|
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | 5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
6 # | 6 # |
7 #===------------------------------------------------------------------------===# | 7 #===------------------------------------------------------------------------===# |
8 | 8 |
9 add_subdirectory(f18) | 9 add_subdirectory(f18) |
10 if(LINK_WITH_FIR) | 10 if(FLANG_BUILD_NEW_DRIVER) |
11 add_subdirectory(tco) | 11 add_subdirectory(flang-driver) |
12 endif() | 12 endif() |
13 add_subdirectory(tco) | |
13 add_subdirectory(f18-parse-demo) | 14 add_subdirectory(f18-parse-demo) |
15 add_subdirectory(fir-opt) |