LLVMBuild.txt 970 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. ExecutionEngine
  26. Linker
  27. IR
  28. IRReader
  29. LTO
  30. MC
  31. Object
  32. Option
  33. Passes
  34. ProfileData
  35. Support
  36. TableGen
  37. Target
  38. Transforms
  39. HLSL
  40. DxrFallback
  41. ; HLSL Change: remove LibDriver, LineEditor, add HLSL, add DxrtFallback
  42. [component_0]
  43. type = Group
  44. name = Libraries
  45. parent = $ROOT