diff options
Diffstat (limited to 'tools/opt/LLVMBuild.txt')
-rw-r--r-- | tools/opt/LLVMBuild.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/tools/opt/LLVMBuild.txt b/tools/opt/LLVMBuild.txt index b162ab6cfe9bf..047719042de96 100644 --- a/tools/opt/LLVMBuild.txt +++ b/tools/opt/LLVMBuild.txt @@ -19,4 +19,15 @@ type = Tool name = opt parent = Tools -required_libraries = AsmParser BitReader BitWriter CodeGen IRReader IPO Instrumentation Scalar ObjCARC Passes all-targets +required_libraries = + AsmParser + BitReader + BitWriter + CodeGen + IRReader + IPO + Instrumentation + Scalar + ObjCARC + Passes + all-targets |