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> {
14111411 if let Ok ( l4bender_args) = env:: var ( "L4_BENDER_ARGS" ) {
14121412 L4Bender :: split_cmd_args ( & mut cmd, & l4bender_args) ;
14131413 }
1414-
1414+
14151415 cmd. arg ( "--" ) ; // separate direct l4-bender args from linker args
14161416
14171417 if let Ok ( l4_ld_opts) = env:: var ( "L4_LD_OPTIONS" ) {
@@ -1425,7 +1425,7 @@ impl<'a> L4Bender<'a> {
14251425 }
14261426
14271427 /// 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
14291429 /// `-Dlinker="ld -m x86_64"`, and a copy without quotes, but spaces preserved, is added as an
14301430 /// argument to the given Command. This means that constructs as \" are not understood, so
14311431 /// quote wisely.
You can’t perform that action at this time.
0 commit comments