浏览代码

[linux-port] Define LLVMBuild.txt for DxcSupport. (#1292)

Also add missing dependencies for lib/HLSL.

These dependencies only manifest themselves in Debug mode.
Ehsan 7 年之前
父节点
当前提交
72ae7c6577
共有 3 个文件被更改,包括 23 次插入1 次删除
  1. 21 0
      lib/DxcSupport/LLVMBuild.txt
  2. 1 1
      lib/HLSL/LLVMBuild.txt
  3. 1 0
      lib/LLVMBuild.txt

+ 21 - 0
lib/DxcSupport/LLVMBuild.txt

@@ -0,0 +1,21 @@
+;===- ./lib/DxcSupport/LLVMBuild.txt ---------------------------*- Conf -*--===;
+;
+;                     The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; 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 = DxcSupport
+parent = Libraries

+ 1 - 1
lib/HLSL/LLVMBuild.txt

@@ -13,4 +13,4 @@
 type = Library
 type = Library
 name = HLSL
 name = HLSL
 parent = Libraries
 parent = Libraries
-required_libraries = Core Support
+required_libraries = BitReader Core DxcSupport IPA Support

+ 1 - 0
lib/LLVMBuild.txt

@@ -22,6 +22,7 @@ subdirectories =
  Bitcode
  Bitcode
  CodeGen
  CodeGen
  DebugInfo
  DebugInfo
+ DxcSupport
  ExecutionEngine
  ExecutionEngine
  Linker
  Linker
  IR
  IR