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 a7cef0b commit 553ec5dCopy full SHA for 553ec5d
src/test/run-make-fulldeps/pgo-gen-no-imp-symbols/Makefile
@@ -2,7 +2,7 @@
2
3
all:
4
ifeq ($(PROFILER_SUPPORT),1)
5
- $(RUSTC) -O -Ccodegen-units=1 -Z pgo-gen="$(TMPDIR)/test.profraw" --emit=llvm-ir test.rs
+ $(RUSTC) -O -Ccodegen-units=1 -Z pgo-gen="$(TMPDIR)" --emit=llvm-ir test.rs
6
# We expect symbols starting with "__llvm_profile_".
7
$(CGREP) "__llvm_profile_" < $(TMPDIR)/test.ll
8
# We do NOT expect the "__imp_" version of these symbols.
0 commit comments