Skip to content

Commit 3670bf1

Browse files
committed
Fix dump-ice-to-disk and short-ice tests when librustc-driver is dynamically linked
1 parent b14fd23 commit 3670bf1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/run-make/dump-ice-to-disk/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ include ../tools.mk
33
# ignore-windows
44

55
export RUSTC := $(RUSTC_ORIGINAL)
6+
export LD_LIBRARY_PATH := $(HOST_RPATH_DIR)
67
export TMPDIR := $(TMPDIR)
78

89
all:

tests/run-make/short-ice/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ include ../tools.mk
33
# ignore-windows
44

55
export RUSTC := $(RUSTC_ORIGINAL)
6+
export LD_LIBRARY_PATH := $(HOST_RPATH_DIR)
67
export TMPDIR := $(TMPDIR)
78

89
all:

0 commit comments

Comments
 (0)