Skip to content

Commit

Permalink
LLVMBuild: Remove trailing newline, which irked me.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146409 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ddunbar committed Dec 12, 2011
1 parent 59a1c93 commit 4ab406d
Show file tree
Hide file tree
Showing 111 changed files with 2 additions and 111 deletions.
1 change: 0 additions & 1 deletion LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
type = Group
name = Miscellaneous
parent = $ROOT

1 change: 0 additions & 1 deletion bindings/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
type = Group
name = Bindings
parent = $ROOT

1 change: 0 additions & 1 deletion docs/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
type = Group
name = Docs
parent = $ROOT

1 change: 0 additions & 1 deletion examples/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
type = Group
name = Examples
parent = $ROOT

1 change: 0 additions & 1 deletion lib/Analysis/IPA/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = IPA
parent = Libraries
library_name = ipa
required_libraries = Analysis Core Support

1 change: 0 additions & 1 deletion lib/Analysis/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = Analysis
parent = Libraries
required_libraries = Core Support Target

1 change: 0 additions & 1 deletion lib/Archive/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = Archive
parent = Libraries
required_libraries = BitReader Core Support

1 change: 0 additions & 1 deletion lib/AsmParser/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = AsmParser
parent = Libraries
required_libraries = Core Support

1 change: 0 additions & 1 deletion lib/Bitcode/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
type = Group
name = Bitcode
parent = Libraries

1 change: 0 additions & 1 deletion lib/Bitcode/Reader/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = BitReader
parent = Bitcode
required_libraries = Core Support

1 change: 0 additions & 1 deletion lib/Bitcode/Writer/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = BitWriter
parent = Bitcode
required_libraries = Core Support

1 change: 0 additions & 1 deletion lib/CodeGen/AsmPrinter/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = AsmPrinter
parent = Libraries
required_libraries = Analysis CodeGen Core MC MCParser Support Target

1 change: 0 additions & 1 deletion lib/CodeGen/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = CodeGen
parent = Libraries
required_libraries = Analysis Core MC Scalar Support Target TransformUtils

1 change: 0 additions & 1 deletion lib/CodeGen/SelectionDAG/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = SelectionDAG
parent = CodeGen
required_libraries = Analysis CodeGen Core MC Support Target TransformUtils

1 change: 0 additions & 1 deletion lib/DebugInfo/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = DebugInfo
parent = Libraries
required_libraries = Support

1 change: 0 additions & 1 deletion lib/ExecutionEngine/Interpreter/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = Interpreter
parent = ExecutionEngine
required_libraries = CodeGen Core ExecutionEngine Support Target

1 change: 0 additions & 1 deletion lib/ExecutionEngine/JIT/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = JIT
parent = ExecutionEngine
required_libraries = CodeGen Core ExecutionEngine MC RuntimeDyld Support Target

1 change: 0 additions & 1 deletion lib/ExecutionEngine/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = ExecutionEngine
parent = Libraries
required_libraries = Core MC Support Target

1 change: 0 additions & 1 deletion lib/ExecutionEngine/MCJIT/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = MCJIT
parent = ExecutionEngine
required_libraries = Core ExecutionEngine RuntimeDyld Support Target

1 change: 0 additions & 1 deletion lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = RuntimeDyld
parent = ExecutionEngine
required_libraries = Object Support

1 change: 0 additions & 1 deletion lib/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
type = Group
name = Libraries
parent = $ROOT

1 change: 0 additions & 1 deletion lib/Linker/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = Linker
parent = Libraries
required_libraries = Archive BitReader Core Support TransformUtils

1 change: 0 additions & 1 deletion lib/MC/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = MC
parent = Libraries
required_libraries = Object Support

1 change: 0 additions & 1 deletion lib/MC/MCParser/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = MCParser
parent = MC
required_libraries = MC Support

1 change: 0 additions & 1 deletion lib/Object/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = Object
parent = Libraries
required_libraries = Core Support

1 change: 0 additions & 1 deletion lib/Support/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
type = Library
name = Support
parent = Libraries

1 change: 0 additions & 1 deletion lib/TableGen/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = TableGen
parent = Libraries
required_libraries = Support

1 change: 0 additions & 1 deletion lib/Target/ARM/AsmParser/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = ARMAsmParser
parent = ARM
required_libraries = ARMDesc ARMInfo MC MCParser Support
add_to_library_groups = ARM

1 change: 0 additions & 1 deletion lib/Target/ARM/Disassembler/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = ARMDisassembler
parent = ARM
required_libraries = ARMCodeGen ARMDesc ARMInfo MC Support
add_to_library_groups = ARM

1 change: 0 additions & 1 deletion lib/Target/ARM/InstPrinter/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = ARMAsmPrinter
parent = ARM
required_libraries = MC Support
add_to_library_groups = ARM

1 change: 0 additions & 1 deletion lib/Target/ARM/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ name = ARMCodeGen
parent = ARM
required_libraries = ARMAsmPrinter ARMDesc ARMInfo Analysis AsmPrinter CodeGen Core MC SelectionDAG Support Target
add_to_library_groups = ARM

1 change: 0 additions & 1 deletion lib/Target/ARM/MCTargetDesc/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = ARMDesc
parent = ARM
required_libraries = ARMAsmPrinter ARMInfo MC Support
add_to_library_groups = ARM

1 change: 0 additions & 1 deletion lib/Target/ARM/TargetInfo/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = ARMInfo
parent = ARM
required_libraries = MC Support Target
add_to_library_groups = ARM

1 change: 0 additions & 1 deletion lib/Target/CBackend/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ name = CBackendCodeGen
parent = CBackend
required_libraries = Analysis CBackendInfo CodeGen Core MC Scalar Support Target TransformUtils
add_to_library_groups = CBackend

1 change: 0 additions & 1 deletion lib/Target/CBackend/TargetInfo/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = CBackendInfo
parent = CBackend
required_libraries = MC Support Target
add_to_library_groups = CBackend

1 change: 0 additions & 1 deletion lib/Target/CellSPU/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ name = CellSPUCodeGen
parent = CellSPU
required_libraries = AsmPrinter CellSPUDesc CellSPUInfo CodeGen Core MC SelectionDAG Support Target
add_to_library_groups = CellSPU

1 change: 0 additions & 1 deletion lib/Target/CellSPU/MCTargetDesc/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = CellSPUDesc
parent = CellSPU
required_libraries = CellSPUInfo MC
add_to_library_groups = CellSPU

1 change: 0 additions & 1 deletion lib/Target/CellSPU/TargetInfo/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = CellSPUInfo
parent = CellSPU
required_libraries = MC Support Target
add_to_library_groups = CellSPU

1 change: 0 additions & 1 deletion lib/Target/CppBackend/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ name = CppBackendCodeGen
parent = CppBackend
required_libraries = Core CppBackendInfo Support Target
add_to_library_groups = CppBackend

1 change: 0 additions & 1 deletion lib/Target/CppBackend/TargetInfo/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = CppBackendInfo
parent = CppBackend
required_libraries = MC Support Target
add_to_library_groups = CppBackend

1 change: 0 additions & 1 deletion lib/Target/MBlaze/AsmParser/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = MBlazeAsmParser
parent = MBlaze
required_libraries = MBlazeInfo MC MCParser Support
add_to_library_groups = MBlaze

1 change: 0 additions & 1 deletion lib/Target/MBlaze/Disassembler/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = MBlazeDisassembler
parent = MBlaze
required_libraries = MBlazeDesc MBlazeInfo MC Support
add_to_library_groups = MBlaze

1 change: 0 additions & 1 deletion lib/Target/MBlaze/InstPrinter/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = MBlazeAsmPrinter
parent = MBlaze
required_libraries = MC Support
add_to_library_groups = MBlaze

1 change: 0 additions & 1 deletion lib/Target/MBlaze/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ name = MBlazeCodeGen
parent = MBlaze
required_libraries = AsmPrinter CodeGen Core MBlazeAsmPrinter MBlazeDesc MBlazeInfo MC SelectionDAG Support Target
add_to_library_groups = MBlaze

1 change: 0 additions & 1 deletion lib/Target/MBlaze/MCTargetDesc/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = MBlazeDesc
parent = MBlaze
required_libraries = MBlazeAsmPrinter MBlazeInfo MC Support
add_to_library_groups = MBlaze

1 change: 0 additions & 1 deletion lib/Target/MBlaze/TargetInfo/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = MBlazeInfo
parent = MBlaze
required_libraries = MC Support Target
add_to_library_groups = MBlaze

1 change: 0 additions & 1 deletion lib/Target/MSP430/InstPrinter/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = MSP430AsmPrinter
parent = MSP430
required_libraries = MC Support
add_to_library_groups = MSP430

1 change: 0 additions & 1 deletion lib/Target/MSP430/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ name = MSP430CodeGen
parent = MSP430
required_libraries = AsmPrinter CodeGen Core MC MSP430AsmPrinter MSP430Desc MSP430Info SelectionDAG Support Target
add_to_library_groups = MSP430

1 change: 0 additions & 1 deletion lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = MSP430Desc
parent = MSP430
required_libraries = MC MSP430AsmPrinter MSP430Info Support Target
add_to_library_groups = MSP430

1 change: 0 additions & 1 deletion lib/Target/MSP430/TargetInfo/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = MSP430Info
parent = MSP430
required_libraries = MC Support Target
add_to_library_groups = MSP430

1 change: 0 additions & 1 deletion lib/Target/Mips/InstPrinter/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = MipsAsmPrinter
parent = Mips
required_libraries = MC Support
add_to_library_groups = Mips

1 change: 0 additions & 1 deletion lib/Target/Mips/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ name = MipsCodeGen
parent = Mips
required_libraries = AsmPrinter CodeGen Core MC MipsAsmPrinter MipsDesc MipsInfo SelectionDAG Support Target
add_to_library_groups = Mips

1 change: 0 additions & 1 deletion lib/Target/Mips/MCTargetDesc/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = MipsDesc
parent = Mips
required_libraries = MC MipsAsmPrinter MipsInfo Support
add_to_library_groups = Mips

1 change: 0 additions & 1 deletion lib/Target/Mips/TargetInfo/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = MipsInfo
parent = Mips
required_libraries = MC Support Target
add_to_library_groups = Mips

1 change: 0 additions & 1 deletion lib/Target/PTX/InstPrinter/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = PTXAsmPrinter
parent = PTX
required_libraries = MC Support
add_to_library_groups = PTX

1 change: 0 additions & 1 deletion lib/Target/PTX/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ name = PTXCodeGen
parent = PTX
required_libraries = Analysis AsmPrinter CodeGen Core MC PTXDesc PTXInfo SelectionDAG Support Target TransformUtils
add_to_library_groups = PTX

1 change: 0 additions & 1 deletion lib/Target/PTX/MCTargetDesc/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = PTXDesc
parent = PTX
required_libraries = MC PTXAsmPrinter PTXInfo Support
add_to_library_groups = PTX

1 change: 0 additions & 1 deletion lib/Target/PTX/TargetInfo/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = PTXInfo
parent = PTX
required_libraries = MC Support Target
add_to_library_groups = PTX

1 change: 0 additions & 1 deletion lib/Target/PowerPC/InstPrinter/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = PowerPCAsmPrinter
parent = PowerPC
required_libraries = MC Support
add_to_library_groups = PowerPC

1 change: 0 additions & 1 deletion lib/Target/PowerPC/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ name = PowerPCCodeGen
parent = PowerPC
required_libraries = Analysis AsmPrinter CodeGen Core MC PowerPCAsmPrinter PowerPCDesc PowerPCInfo SelectionDAG Support Target
add_to_library_groups = PowerPC

1 change: 0 additions & 1 deletion lib/Target/PowerPC/MCTargetDesc/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = PowerPCDesc
parent = PowerPC
required_libraries = MC PowerPCAsmPrinter PowerPCInfo Support
add_to_library_groups = PowerPC

1 change: 0 additions & 1 deletion lib/Target/PowerPC/TargetInfo/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = PowerPCInfo
parent = PowerPC
required_libraries = MC Support Target
add_to_library_groups = PowerPC

1 change: 0 additions & 1 deletion lib/Target/Sparc/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ name = SparcCodeGen
parent = Sparc
required_libraries = AsmPrinter CodeGen Core MC SelectionDAG SparcDesc SparcInfo Support Target
add_to_library_groups = Sparc

1 change: 0 additions & 1 deletion lib/Target/Sparc/MCTargetDesc/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = SparcDesc
parent = Sparc
required_libraries = MC SparcInfo Support
add_to_library_groups = Sparc

1 change: 0 additions & 1 deletion lib/Target/Sparc/TargetInfo/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = SparcInfo
parent = Sparc
required_libraries = MC Support Target
add_to_library_groups = Sparc

1 change: 0 additions & 1 deletion lib/Target/X86/AsmParser/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = X86AsmParser
parent = X86
required_libraries = MC MCParser Support X86Desc X86Info
add_to_library_groups = X86

1 change: 0 additions & 1 deletion lib/Target/X86/Disassembler/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = X86Disassembler
parent = X86
required_libraries = MC Support X86Info
add_to_library_groups = X86

1 change: 0 additions & 1 deletion lib/Target/X86/InstPrinter/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = X86AsmPrinter
parent = X86
required_libraries = MC Support X86Utils
add_to_library_groups = X86

1 change: 0 additions & 1 deletion lib/Target/X86/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ name = X86CodeGen
parent = X86
required_libraries = Analysis AsmPrinter CodeGen Core MC SelectionDAG Support Target X86AsmPrinter X86Desc X86Info X86Utils
add_to_library_groups = X86

1 change: 0 additions & 1 deletion lib/Target/X86/MCTargetDesc/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = X86Desc
parent = X86
required_libraries = MC Support X86AsmPrinter X86Info
add_to_library_groups = X86

1 change: 0 additions & 1 deletion lib/Target/X86/TargetInfo/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = X86Info
parent = X86
required_libraries = MC Support Target
add_to_library_groups = X86

1 change: 0 additions & 1 deletion lib/Target/X86/Utils/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = X86Utils
parent = X86
required_libraries = Core Support
add_to_library_groups = X86

1 change: 0 additions & 1 deletion lib/Target/XCore/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ name = XCoreCodeGen
parent = XCore
required_libraries = AsmPrinter CodeGen Core MC SelectionDAG Support Target XCoreDesc XCoreInfo
add_to_library_groups = XCore

1 change: 0 additions & 1 deletion lib/Target/XCore/MCTargetDesc/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = XCoreDesc
parent = XCore
required_libraries = MC XCoreInfo
add_to_library_groups = XCore

1 change: 0 additions & 1 deletion lib/Target/XCore/TargetInfo/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = XCoreInfo
parent = XCore
required_libraries = MC Support Target
add_to_library_groups = XCore

1 change: 0 additions & 1 deletion lib/Transforms/IPO/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = IPO
parent = Transforms
library_name = ipo
required_libraries = Analysis Core IPA InstCombine Scalar Support Target TransformUtils

1 change: 0 additions & 1 deletion lib/Transforms/InstCombine/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = InstCombine
parent = Transforms
required_libraries = Analysis Core Support Target TransformUtils

1 change: 0 additions & 1 deletion lib/Transforms/Instrumentation/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ type = Library
name = Instrumentation
parent = Transforms
required_libraries = Analysis Core Support TransformUtils

1 change: 0 additions & 1 deletion lib/Transforms/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
type = Group
name = Transforms
parent = Libraries

1 change: 0 additions & 1 deletion lib/Transforms/Scalar/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ name = Scalar
parent = Transforms
library_name = ScalarOpts
required_libraries = Analysis Core InstCombine Support Target TransformUtils

Loading

0 comments on commit 4ab406d

Please sign in to comment.