File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 9356de2e8042d1076e22674626fa3bcff9814767
2
+ refs/heads/master: 8634c238c66407a368fd1b577d371a4e40c360b2
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ PKG_NSI = $(S)src/etc/pkg/rust.nsi
13
13
PKG_EXE = $(PKG_DIR ) -install.exe
14
14
endif
15
15
16
- PKG_3RDPARTY := rt/valgrind.h rt/memcheck.h \
16
+ PKG_3RDPARTY := rt/vg/ valgrind.h rt/vg /memcheck.h \
17
17
rt/isaac/rand.h rt/isaac/standard.h \
18
18
rt/uthash/uthash.h rt/uthash/utlist.h \
19
19
rt/bigint/bigint.h rt/bigint/bigint_int.cpp \
@@ -39,7 +39,9 @@ PKG_FILES = \
39
39
$(RUNTIME_CS ) $(RUNTIME_HDR ) \
40
40
$(RUNTIME_S ) \
41
41
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 \
43
45
$(RUSTLLVM_LIB_CS ) $(RUSTLLVM_OBJS_CS ) \
44
46
$(RUSTLLVM_HDR ) \
45
47
rustllvm/rustllvm.def.in \
You can’t perform that action at this time.
0 commit comments