File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/rustc_codegen_ssa/src/back Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1411,7 +1411,7 @@ impl<'a> L4Bender<'a> {
1411
1411
if let Ok ( l4bender_args) = env:: var ( "L4_BENDER_ARGS" ) {
1412
1412
L4Bender :: split_cmd_args ( & mut cmd, & l4bender_args) ;
1413
1413
}
1414
-
1414
+
1415
1415
cmd. arg ( "--" ) ; // separate direct l4-bender args from linker args
1416
1416
1417
1417
if let Ok ( l4_ld_opts) = env:: var ( "L4_LD_OPTIONS" ) {
@@ -1425,7 +1425,7 @@ impl<'a> L4Bender<'a> {
1425
1425
}
1426
1426
1427
1427
/// This parses a shell-escaped string and unquotes the arguments. It doesn't attempt to
1428
- /// completely understand shell, but should instead allow passing arguments like
1428
+ /// completely understand shell, but should instead allow passing arguments like
1429
1429
/// `-Dlinker="ld -m x86_64"`, and a copy without quotes, but spaces preserved, is added as an
1430
1430
/// argument to the given Command. This means that constructs as \" are not understood, so
1431
1431
/// quote wisely.
You can’t perform that action at this time.
0 commit comments