We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d094c9e commit a522732Copy full SHA for a522732
mk/tests.mk
@@ -215,7 +215,7 @@ else
215
ALL_CS := $(wildcard $(S)src/rt/*.cpp \
216
$(S)src/rt/*/*.cpp \
217
$(S)src/rt/*/*/*.cpp \
218
- $(S)srcrustllvm/*.cpp)
+ $(S)src/rustllvm/*.cpp)
219
ALL_CS := $(filter-out $(S)src/rt/bigint/bigint_ext.cpp \
220
$(S)src/rt/bigint/bigint_int.cpp \
221
$(S)src/rt/miniz.cpp \
@@ -225,7 +225,7 @@ ALL_CS := $(filter-out $(S)src/rt/bigint/bigint_ext.cpp \
225
ALL_HS := $(wildcard $(S)src/rt/*.h \
226
$(S)src/rt/*/*.h \
227
$(S)src/rt/*/*/*.h \
228
- $(S)srcrustllvm/*.h)
+ $(S)src/rustllvm/*.h)
229
ALL_HS := $(filter-out $(S)src/rt/vg/valgrind.h \
230
$(S)src/rt/vg/memcheck.h \
231
$(S)src/rt/uthash/uthash.h \
0 commit comments