From: Misha Brukman Date: Thu, 5 Aug 2004 18:31:33 +0000 (+0000) Subject: Lines need to end with \ to make sure they're actually continued X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5520bd3839fc0dd6e0eb52ba26dcfbb8c515a0e9;p=oota-llvm.git Lines need to end with \ to make sure they're actually continued git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15525 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 83df3231eb5..04347438d22 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -9,8 +9,8 @@ LEVEL = ../.. TOOLNAME = llc -USEDLIBS = cwriter powerpc sparcv9 x86 skeleton selectiondag sparcv9regalloc - sched codegen target.a sparcv9livevar ipa.a transforms.a +USEDLIBS = cwriter powerpc sparcv9 x86 skeleton selectiondag sparcv9regalloc \ + sched codegen target.a sparcv9livevar ipa.a transforms.a \ scalaropts.a analysis.a transformutils.a bcreader bcwriter vmcore \ support.a TOOLLINKOPTS = $(PLATFORMLIBDL)