File tree Expand file tree Collapse file tree 7 files changed +6
-5
lines changed Expand file tree Collapse file tree 7 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
5
5
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
- refs/heads/try2: 69b321c84bea60b2ac727c4acbd9a34b19182209
8
+ refs/heads/try2: f1735cefcfdee5260ea6961cf785f545a340ff85
9
9
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
10
10
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
11
11
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change 7
7
src /etc /pkg /rust-logo.ico binary
8
8
src /etc /pkg /rust-logo.png binary
9
9
src /rt /msvc /* - whitespace
10
- src /rt /vg /* - whitespace
10
+ src /rt /valgrind /* - whitespace
Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ $$(JEMALLOC_LIB_$(1)): $$(JEMALLOC_DEPS) $$(MKFILE_DEPS)
260
260
CC="$$(CC_$(1 ) ) " \
261
261
AR="$$(AR_$(1 ) ) " \
262
262
RANLIB="$$(AR_$(1 ) ) s" \
263
+ CPPFLAGS="-I $(S ) src/rt/" \
263
264
EXTRA_CFLAGS="$$(CFG_CFLAGS_$(1 ) ) "
264
265
$$(Q )$$(MAKE ) -C "$$(JEMALLOC_BUILD_DIR_$(1 ) ) " build_lib_static
265
266
$$(Q ) cp $$(JEMALLOC_BUILD_DIR_$(1 ) ) /lib/$$(JEMALLOC_REAL_NAME_$(1 ) ) $$(JEMALLOC_LIB_$(1 ) )
Original file line number Diff line number Diff line change @@ -227,8 +227,8 @@ ALL_HS := $(wildcard $(S)src/rt/*.h \
227
227
$(S ) src/rt/* /* .h \
228
228
$(S ) src/rt/* /* /* .h \
229
229
$(S ) src/rustllvm/* .h)
230
- ALL_HS := $(filter-out $(S ) src/rt/vg /valgrind.h \
231
- $(S ) src/rt/vg /memcheck.h \
230
+ ALL_HS := $(filter-out $(S ) src/rt/valgrind /valgrind.h \
231
+ $(S ) src/rt/valgrind /memcheck.h \
232
232
$(S ) src/rt/msvc/typeof.h \
233
233
$(S ) src/rt/msvc/stdint.h \
234
234
$(S ) src/rt/msvc/inttypes.h \
Original file line number Diff line number Diff line change 10
10
11
11
/* Foreign builtins. */
12
12
13
- #include "vg /valgrind.h"
13
+ #include "valgrind /valgrind.h"
14
14
15
15
#include <stdint.h>
16
16
#include <time.h>
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments