Skip to content

Commit 8355bea

Browse files
Christy Lee-Eusmanfacebook-github-bot
Christy Lee-Eusman
authored andcommitted
Rename cxx_precompile to cxx_modules_precompile
Summary: Rename to reduce confusion with `cxx_precompiled_header` rule. Reviewed By: nhatminhle Differential Revision: D71430240 fbshipit-source-id: 9d6486545fdc4d9791721ab79269e8ac3d79999b
1 parent c7658bf commit 8355bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prelude/cxx/compile.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ def _precompile_single_cxx(
791791

792792
ctx.actions.run(
793793
cmd,
794-
category = "cxx_precompile",
794+
category = "cxx_modules_precompile",
795795
identifier = identifier,
796796
dep_files = action_dep_files,
797797
allow_cache_upload = src_compile_cmd.cxx_compile_cmd.allow_cache_upload,

0 commit comments

Comments
 (0)