Skip to content

Commit

Permalink
Fix two more places compile.bzl => compile_types.bzl
Browse files Browse the repository at this point in the history
Summary: `CxxSrcCompileCommand` was moved from `compile.bzl` to `compile_types.bzl`. Fix two more places where this is loaded.

Reviewed By: seanwarren-meta

Differential Revision: D70071714

fbshipit-source-id: a45719e266fa5dbd90609678078b832ef785f03c
  • Loading branch information
zhuhan0 authored and facebook-github-bot committed Feb 24, 2025
1 parent 6df4740 commit 2af427d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prelude/cxx/tools/compilation_database.bxl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# of this source tree.

load("@prelude//cxx:comp_db.bzl", "CxxCompilationDbInfo")
load("@prelude//cxx:compile.bzl", "CxxSrcCompileCommand")
load("@prelude//cxx:compile_types.bzl", "CxxSrcCompileCommand")
load("@prelude//utils:utils.bzl", "flatten")

def _make_entry(ctx: bxl.Context, compile_command: CxxSrcCompileCommand) -> dict:
Expand Down

0 comments on commit 2af427d

Please sign in to comment.