LLVMBuild.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. ; HLSL Change: remove LibDriver, LineEditor, add HLSL, DxrtFallback, DXIL, DxilContainer, DxilDia, DxilPIXPasses, DxilRootSignature
  48. [component_0]
  49. type = Group
  50. name = Libraries
  51. parent = $ROOT