Remove current code for embedding command-line args in PDB

This commit is contained in:
Zalathar
2025-09-25 18:01:21 +10:00
parent f46475914d
commit 98c95c966b
19 changed files with 1 additions and 162 deletions

View File

@@ -2327,10 +2327,6 @@ unsafe extern "C" {
OutputObjFile: *const c_char,
DebugInfoCompression: *const c_char,
UseEmulatedTls: bool,
Argv0: *const c_uchar, // See "PTR_LEN_STR".
Argv0Len: size_t,
CommandLineArgs: *const c_uchar, // See "PTR_LEN_STR".
CommandLineArgsLen: size_t,
UseWasmEH: bool,
) -> *mut TargetMachine;