commit | 4bcca0f2ac85c918fc8617e34b7642e5e5233460 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun May 06 09:29:13 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun May 06 09:29:13 2007 +0000 |
tree | edde26d0727868dbdf64d84f457c084db5e9a250 | |
parent | c1d5624d71f7534cfc1bd51b76ead9cea99d3e8d [diff] [blame] |
switch this to bitcode instead of bytecode git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36867 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/examples/ModuleMaker/Makefile b/examples/ModuleMaker/Makefile index f669bf2..8bb934f 100644 --- a/examples/ModuleMaker/Makefile +++ b/examples/ModuleMaker/Makefile
@@ -9,6 +9,6 @@ LEVEL=../.. TOOLNAME=ModuleMaker EXAMPLE_TOOL = 1 -LINK_COMPONENTS := bcwriter +LINK_COMPONENTS := bitwriter include $(LEVEL)/Makefile.common