comparison runtime/internal/llvmdc.mak @ 608:52ab8f3130d9

Removed dmdintrinsic.d from the runtime, we already have llvmdc.bitmanip. Updated tango patch to import tango.core.BitManip instead of std.intrinsic.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 18 Sep 2008 21:14:37 +0200
parents c7fbcb6b923e
children 6aaa3d3c1183
comparison
equal deleted inserted replaced
607:9526b29ae342 608:52ab8f3130d9
85 genobj.bc \ 85 genobj.bc \
86 lifetime.bc \ 86 lifetime.bc \
87 memory.bc \ 87 memory.bc \
88 qsort2.bc \ 88 qsort2.bc \
89 switch.bc \ 89 switch.bc \
90 invariant.bc \ 90 invariant.bc
91 dmdintrinsic.bc \
92 91
93 OBJ_UTIL= \ 92 OBJ_UTIL= \
94 util/console.bc \ 93 util/console.bc \
95 util/ctype.bc \ 94 util/ctype.bc \
96 util/string.bc \ 95 util/string.bc \