Skip to content

Commit 553ec5d

Browse files
Update run-make PGO test to new commandline syntax.
1 parent a7cef0b commit 553ec5d

File tree

1 file changed

+1
-1
lines changed
  • src/test/run-make-fulldeps/pgo-gen-no-imp-symbols

1 file changed

+1
-1
lines changed

src/test/run-make-fulldeps/pgo-gen-no-imp-symbols/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
all:
44
ifeq ($(PROFILER_SUPPORT),1)
5-
$(RUSTC) -O -Ccodegen-units=1 -Z pgo-gen="$(TMPDIR)/test.profraw" --emit=llvm-ir test.rs
5+
$(RUSTC) -O -Ccodegen-units=1 -Z pgo-gen="$(TMPDIR)" --emit=llvm-ir test.rs
66
# We expect symbols starting with "__llvm_profile_".
77
$(CGREP) "__llvm_profile_" < $(TMPDIR)/test.ll
88
# We do NOT expect the "__imp_" version of these symbols.

0 commit comments

Comments
 (0)