LLVMBuild.txt 927 B

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