annotate lib/ToolDrivers/LLVMBuild.txt @ 147:c2174574ed3a

LLVM 10
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 16:55:33 +0900
parents 803732b1fca8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
121
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
1 ;===- ./lib/ToolDrivers/LLVMBuild.txt --------------------------*- Conf -*--===;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
2 ;
147
c2174574ed3a LLVM 10
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 121
diff changeset
3 ; Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
c2174574ed3a LLVM 10
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 121
diff changeset
4 ; See https://llvm.org/LICENSE.txt for license information.
c2174574ed3a LLVM 10
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 121
diff changeset
5 ; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
121
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
6 ;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
7 ;===------------------------------------------------------------------------===;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
8 ;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
9 ; This is an LLVMBuild description file for the components in this subdirectory.
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
10 ;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
11 ; For more information on the LLVMBuild system, please see:
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
12 ;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
13 ; http://llvm.org/docs/LLVMBuild.html
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
14 ;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
15 ;===------------------------------------------------------------------------===;
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
16
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
17 [common]
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
18 subdirectories = llvm-dlltool llvm-lib
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
19
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
20 [component_0]
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
21 type = Group
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
22 name = ToolDrivers
803732b1fca8 LLVM 5.0
kono
parents:
diff changeset
23 parent = Libraries