diff options
Diffstat (limited to 'llvm/lib/LLVMBuild.txt')
| -rw-r--r-- | llvm/lib/LLVMBuild.txt | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/llvm/lib/LLVMBuild.txt b/llvm/lib/LLVMBuild.txt index d2a2a5705b3..2edb66ae3ae 100644 --- a/llvm/lib/LLVMBuild.txt +++ b/llvm/lib/LLVMBuild.txt @@ -16,9 +16,28 @@ ;===------------------------------------------------------------------------===; [common] -subdirectories = Analysis AsmParser Bitcode CodeGen DebugInfo ExecutionEngine - LibDriver LineEditor Linker IR IRReader LTO MC Object Option Passes ProfileData - Support TableGen Target Transforms +subdirectories = + Analysis + AsmParser + Bitcode + CodeGen + DebugInfo + ExecutionEngine + LibDriver + LineEditor + Linker + IR + IRReader + LTO + MC + Object + Option + Passes + ProfileData + Support + TableGen + Target + Transforms [component_0] type = Group |

