rust/compiler/rustc_codegen_ssa
Michael Hackner 32992357eb Allow more "unknown argument" strings from linker
Some toolchains emit slightly different errors, e.g.

    ppc-vle-gcc: error: unrecognized option '-no-pie'
2021-07-31 09:35:55 -07:00
..
src Allow more "unknown argument" strings from linker 2021-07-31 09:35:55 -07:00
Cargo.toml Allow more "unknown argument" strings from linker 2021-07-31 09:35:55 -07:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.