]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-make-fulldeps/pgo-gen-no-imp-symbols/Makefile
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / run-make-fulldeps / pgo-gen-no-imp-symbols / Makefile
index 3fbfeb09eb373d308e67a25b53b04084e5fe6b3c..425bfc28a9766d058b44aa1b18750867e8138093 100644 (file)
@@ -4,14 +4,6 @@
 
 COMPILE_FLAGS=-O -Ccodegen-units=1 -Cprofile-generate="$(TMPDIR)"
 
-# LLVM doesn't yet support instrumenting binaries that use unwinding on MSVC:
-# https://github.com/rust-lang/rust/issues/61002
-#
-# Things work fine with -Cpanic=abort though.
-ifdef IS_MSVC
-COMPILE_FLAGS+= -Cpanic=abort
-endif
-
 all:
        $(RUSTC) $(COMPILE_FLAGS) --emit=llvm-ir test.rs
        # We expect symbols starting with "__llvm_profile_".