Skip to content

Commit cf12168

Browse files
committed
---
yaml --- r: 7057 b: refs/heads/master c: 8634c23 h: refs/heads/master i: 7055: c8b437a v: v3
1 parent 5850d38 commit cf12168

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 9356de2e8042d1076e22674626fa3bcff9814767
2+
refs/heads/master: 8634c238c66407a368fd1b577d371a4e40c360b2

trunk/mk/dist.mk

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PKG_NSI = $(S)src/etc/pkg/rust.nsi
1313
PKG_EXE = $(PKG_DIR)-install.exe
1414
endif
1515

16-
PKG_3RDPARTY := rt/valgrind.h rt/memcheck.h \
16+
PKG_3RDPARTY := rt/vg/valgrind.h rt/vg/memcheck.h \
1717
rt/isaac/rand.h rt/isaac/standard.h \
1818
rt/uthash/uthash.h rt/uthash/utlist.h \
1919
rt/bigint/bigint.h rt/bigint/bigint_int.cpp \
@@ -39,7 +39,9 @@ PKG_FILES = \
3939
$(RUNTIME_CS) $(RUNTIME_HDR) \
4040
$(RUNTIME_S) \
4141
rt/rustrt.def.in \
42-
rt/intrinsics/intrinsics.ll.in \
42+
rt/intrinsics/intrinsics.i386.ll.in \
43+
rt/intrinsics/intrinsics.x86_64.ll.in \
44+
rt/intrinsics/intrinsics.cpp \
4345
$(RUSTLLVM_LIB_CS) $(RUSTLLVM_OBJS_CS) \
4446
$(RUSTLLVM_HDR) \
4547
rustllvm/rustllvm.def.in \

0 commit comments

Comments
 (0)