aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-12-01 16:03:39 +0000
committerGravatar Irina Iancu <elenairina@google.com>2016-12-01 16:38:44 +0000
commit441f2b61711b2d16bbf27ce01748f849744d47a3 (patch)
tree4adf383f42a20339a8fc56bd6e7ea38e6dcbb826 /src/main
parent3216c4088fdd55b5873b10c0df3da8a025d94553 (diff)
Description redacted.
-- MOS_MIGRATED_REVID=140731289
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/cpp/LinkCommandLine.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/cpp/LinkCommandLine.java b/src/main/java/com/google/devtools/build/lib/rules/cpp/LinkCommandLine.java
index 5522fe5d26..0cb237e113 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/cpp/LinkCommandLine.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/cpp/LinkCommandLine.java
@@ -265,7 +265,7 @@ public final class LinkCommandLine extends CommandLine {
}
- private static void extractArgumentsForParamFile(List<String> args, List<String> commandlineArgs,
+ public static void extractArgumentsForParamFile(List<String> args, List<String> commandlineArgs,
List<String> paramFileArgs) {
// Note, that it is not important that all linker arguments are extracted so that
// they can be moved into a parameter file, but the vast majority should.