Skip to content

Commit

Permalink
[SYCL] Fix ASFixer build with cmake -DBUILD_SHARED_LIBS=ON
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Savonichev <andrew.savonichev@intel.com>
  • Loading branch information
Andrew Savonichev authored and vladimirlaz committed Apr 5, 2019
1 parent d50139d commit ced972a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ subdirectories =
Remarks
Passes
ProfileData
SYCL
Support
TableGen
TextAPI
Expand Down
21 changes: 21 additions & 0 deletions llvm/lib/SYCL/LLVMBuild.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
;===- ./lib/SYCL/LLVMBuild.txt ------------------------------*- Conf -*-----===;
;
; Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
; See https://llvm.org/LICENSE.txt for license information.
; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
;
;===------------------------------------------------------------------------===;
;
; This is an LLVMBuild description file for the components in this subdirectory.
;
; For more information on the LLVMBuild system, please see:
;
; http://llvm.org/docs/LLVMBuild.html
;
;===------------------------------------------------------------------------===;

[component_0]
type = Library
name = ASFixer
parent = Libraries
required_libraries = Passes Core Support TransformUtils

0 comments on commit ced972a

Please sign in to comment.