LLVMBuild.txt 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ;===- ./lib/LLVMBuild.txt --------------------------------------*- Conf -*--===;
  2. ;
  3. ; The LLVM Compiler Infrastructure
  4. ;
  5. ; This file is distributed under the University of Illinois Open Source
  6. ; License. See LICENSE.TXT for details.
  7. ;
  8. ;===------------------------------------------------------------------------===;
  9. ;
  10. ; This is an LLVMBuild description file for the components in this subdirectory.
  11. ;
  12. ; For more information on the LLVMBuild system, please see:
  13. ;
  14. ; http://llvm.org/docs/LLVMBuild.html
  15. ;
  16. ;===------------------------------------------------------------------------===;
  17. [common]
  18. subdirectories =
  19. Analysis
  20. AsmParser
  21. Bitcode
  22. CodeGen
  23. DebugInfo
  24. DxcSupport
  25. DxilPIXPasses
  26. ExecutionEngine
  27. Linker
  28. IR
  29. IRReader
  30. LTO
  31. MC
  32. Object
  33. Option
  34. Passes
  35. PassPrinters
  36. ProfileData
  37. Support
  38. TableGen
  39. Target
  40. Transforms
  41. HLSL
  42. DXIL
  43. DxilContainer
  44. DxilDia
  45. DxrFallback
  46. DxilRootSignature
  47. Miniz
  48. ; HLSL Change: remove LibDriver, LineEditor, add HLSL, DxrtFallback, DXIL, DxilContainer, DxilDia, DxilPIXPasses, DxilRootSignature
  49. [component_0]
  50. type = Group
  51. name = Libraries
  52. parent = $ROOT