rust/compiler/rustc_llvm
bors 9be4eac264 Auto merge of #113492 - nebulark:pr_96475, r=petrochenkov
Add CL and CMD into to pdb debug info

Partial fix for https://github.com/rust-lang/rust/issues/96475

The Arg0 and CommandLineArgs of the MCTargetOptions cpp class are not set within bb548f9645/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp (L378)

This causes LLVM to not  neither output any compiler path (cl) nor the arguments that were used when invoking it (cmd) in the PDB file.

This fix adds the missing information to the target machine so LLVM can use it.
2023-09-08 10:06:40 +00:00
..
llvm-wrapper Auto merge of #113492 - nebulark:pr_96475, r=petrochenkov 2023-09-08 10:06:40 +00:00
src add a csky-unknown-linux-gnuabiv2 target 2023-08-14 23:02:36 +08:00
build.rs Rollup merge of #114349 - inferiorhumanorgans:dragonfly-link-libz, r=cuviper 2023-09-02 07:48:21 +02:00
Cargo.toml Remove build_helper 2022-03-05 15:31:22 +01:00