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 d9dc070 commit a36b44dCopy full SHA for a36b44d
Makefile.in
@@ -457,7 +457,7 @@ llvmext/%.o: llvmext/%.cpp $(MKFILES)
457
@$(call E, compile [boot]: $@)
458
$(BOOT) -o $@ $<
459
460
-%.stage0$(X): %.o rt/$(CFG_RUNTIME) stage0/glue.o
+%.stage0$(X): %.stage0.o rt/$(CFG_RUNTIME) stage0/glue.o
461
@$(call E, link [llvm]: $@)
462
$(Q)gcc $(CFG_GCC_CFLAGS) stage0/glue.o -o $@ $< -Lstage0 -lrustrt
463
@# dsymutil sometimes fails or prints a warning, but the
0 commit comments