LLVMBuild.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. ProfileData
  36. Support
  37. TableGen
  38. Target
  39. Transforms
  40. HLSL
  41. DXIL
  42. DxilContainer
  43. DxilDia
  44. DxrFallback
  45. DxilRootSignature
  46. ; HLSL Change: remove LibDriver, LineEditor, add HLSL, DxrtFallback, DXIL, DxilContainer, DxilDia, DxilPIXPasses, DxilRootSignature
  47. [component_0]
  48. type = Group
  49. name = Libraries
  50. parent = $ROOT