From d753ad59fde12d4dd01c52f9dc5a41e635caf2d5 Mon Sep 17 00:00:00 2001 From: plf Date: Mon, 14 May 2018 06:48:48 -0700 Subject: C++: Renames CcCompilationContextInfo to CcCompilationContext Since it's not a provider, it doesn't need the Info suffix anymore. RELNOTES:none PiperOrigin-RevId: 196498526 --- .../google/devtools/build/lib/runtime/commands/PrintActionCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/com/google/devtools/build/lib/runtime/commands/PrintActionCommand.java') diff --git a/src/main/java/com/google/devtools/build/lib/runtime/commands/PrintActionCommand.java b/src/main/java/com/google/devtools/build/lib/runtime/commands/PrintActionCommand.java index 10cc6500d0..46507cc745 100644 --- a/src/main/java/com/google/devtools/build/lib/runtime/commands/PrintActionCommand.java +++ b/src/main/java/com/google/devtools/build/lib/runtime/commands/PrintActionCommand.java @@ -312,7 +312,7 @@ public final class PrintActionCommand implements BlazeCommand { *

However, since there is a scheduling dependency on the header files, we can use the system * to implement said scheduling dependency to figure them out. Thus, we go a-fishing in the action * graph reaching through error propagating middlemen: one of these exists for each {@code - * CcCompilationContextInfo} in the transitive closure of the rule. + * CcCompilationContext} in the transitive closure of the rule. */ private static void expandRecursiveHelper( ActionGraph actionGraph, -- cgit v1.2.3