annotate llvm/LLVMBuild.txt @ 201:a96fbbdf2d0f

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 04 Jun 2021 21:07:06 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 ;===- ./LLVMBuild.txt ------------------------------------------*- Conf -*--===;
anatofuz
parents:
diff changeset
2 ;
anatofuz
parents:
diff changeset
3 ; Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
anatofuz
parents:
diff changeset
4 ; See https://llvm.org/LICENSE.txt for license information.
anatofuz
parents:
diff changeset
5 ; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
anatofuz
parents:
diff changeset
6 ;
anatofuz
parents:
diff changeset
7 ;===------------------------------------------------------------------------===;
anatofuz
parents:
diff changeset
8 ;
anatofuz
parents:
diff changeset
9 ; This is an LLVMBuild description file for the components in this subdirectory.
anatofuz
parents:
diff changeset
10 ;
anatofuz
parents:
diff changeset
11 ; For more information on the LLVMBuild system, please see:
anatofuz
parents:
diff changeset
12 ;
anatofuz
parents:
diff changeset
13 ; http://llvm.org/docs/LLVMBuild.html
anatofuz
parents:
diff changeset
14 ;
anatofuz
parents:
diff changeset
15 ;===------------------------------------------------------------------------===;
anatofuz
parents:
diff changeset
16
anatofuz
parents:
diff changeset
17 [common]
anatofuz
parents:
diff changeset
18 subdirectories = bindings docs examples lib projects tools utils
anatofuz
parents:
diff changeset
19
anatofuz
parents:
diff changeset
20 [component_0]
anatofuz
parents:
diff changeset
21 type = Group
anatofuz
parents:
diff changeset
22 name = Miscellaneous
anatofuz
parents:
diff changeset
23 parent = $ROOT