aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/LinkCommandLine.java
diff options
context:
space:
mode:
authorGravatar Cal Peyser <cpeyser@google.com>2016-08-17 19:11:59 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-08-18 08:31:02 +0000
commit6f3e05cb3acaa9a2f15ae3a8e9ab626263d2aff6 (patch)
tree5592dc3a208d8ce27e0b5775b36ad0d965180aaf /src/main/java/com/google/devtools/build/lib/rules/cpp/LinkCommandLine.java
parent4e9be54b134165e8df51b749f78a66bd592944a6 (diff)
Implement the fully link action in the OSX crosstool.
-- MOS_MIGRATED_REVID=130547971
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/cpp/LinkCommandLine.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/cpp/LinkCommandLine.java1
1 files changed, 1 insertions, 0 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 a3a01aefb0..b3a0cc7d09 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
@@ -443,6 +443,7 @@ public final class LinkCommandLine extends CommandLine {
// Since the objc case is not hardcoded in CppConfiguration, we can use the actual tool.
// TODO(b/30109612): make this pattern the case for all link variants.
case OBJC_ARCHIVE:
+ case OBJC_FULLY_LINKED_ARCHIVE:
argv.add(
featureConfiguration
.getToolForAction(actionName)