File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ subdirectories =
38
38
Remarks
39
39
Passes
40
40
ProfileData
41
+ SYCL
41
42
Support
42
43
TableGen
43
44
TextAPI
Original file line number Diff line number Diff line change
1
+ ;===- ./lib/SYCL/LLVMBuild.txt ------------------------------*- Conf -*-----===;
2
+ ;
3
+ ; Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
+ ; See https://llvm.org/LICENSE.txt for license information.
5
+ ; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
+ ;
7
+ ;===------------------------------------------------------------------------===;
8
+ ;
9
+ ; This is an LLVMBuild description file for the components in this subdirectory.
10
+ ;
11
+ ; For more information on the LLVMBuild system, please see:
12
+ ;
13
+ ; http://llvm.org/docs/LLVMBuild.html
14
+ ;
15
+ ;===------------------------------------------------------------------------===;
16
+
17
+ [component_0]
18
+ type = Library
19
+ name = ASFixer
20
+ parent = Libraries
21
+ required_libraries = Passes Core Support TransformUtils
You can’t perform that action at this time.
0 commit comments