Mercurial > hg > CbC > CbC_llvm
comparison flang/tools/CMakeLists.txt @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 79ff65ed7e25 |
children |
comparison
equal
deleted
inserted
replaced
232:70dce7da266c | 236:c4bab56944e8 |
---|---|
4 # See https://llvm.org/LICENSE.txt for license information. | 4 # See https://llvm.org/LICENSE.txt for license information. |
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(bbc) | |
9 add_subdirectory(f18) | 10 add_subdirectory(f18) |
10 if(FLANG_BUILD_NEW_DRIVER) | 11 add_subdirectory(flang-driver) |
11 add_subdirectory(flang-driver) | |
12 endif() | |
13 add_subdirectory(tco) | 12 add_subdirectory(tco) |
14 add_subdirectory(f18-parse-demo) | 13 add_subdirectory(f18-parse-demo) |
15 add_subdirectory(fir-opt) | 14 add_subdirectory(fir-opt) |