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 6632237 commit 4c7b12bCopy full SHA for 4c7b12b
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: d9dc070588ef6f80b59b15d8ba06685e9524c09a
+refs/heads/master: a36b44d33d40dd617141a50be067e58a50f70cc3
trunk/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