~ubuntu-branches/ubuntu/quantal/llvm-3.1/quantal

« back to all changes in this revision

Viewing changes to unittests/VMCore/Makefile

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-04-01 23:45:03 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120401234503-c04qxrk7s9my53uy
Tags: 3.1~svn153852-1
New snapshot release

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
LEVEL = ../..
11
11
TESTNAME = VMCore
12
 
LINK_COMPONENTS := core support target ipa
 
12
LINK_COMPONENTS := core support target ipa asmparser
13
13
 
14
14
include $(LEVEL)/Makefile.config
15
15
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest