Skip to content

Commit ce3df09

Browse files
bigfootjonmeta-codesync[bot]
authored andcommitted
drop redundant TARGETS files that duplicate sister BUCK files
Summary: Initial chunk of fbcode/executorch TARGETS->BUCK migration. Removes 40 TARGETS files where: - 7 are byte-identical to their sister BUCK file, OR - 33 contain only a no-arg `define_common_targets()` call matching a sister BUCK that also calls `define_common_targets()` with no args In both cases fbcode falls through to the BUCK file (via `name_v2 = TARGETS,BUCK`) and evaluates the exact same content it did before. Any TARGETS that passes any argument to define_common_targets (positional or keyword) is intentionally excluded — those are the `is_fbcode = True` cases that need a separate, more careful treatment. Differential Revision: D109082060
1 parent 63b4c4d commit ce3df09

38 files changed

Lines changed: 0 additions & 287 deletions

File tree

backends/qualcomm/aot/wrappers/TARGETS

Lines changed: 0 additions & 5 deletions
This file was deleted.

backends/qualcomm/builders/TARGETS

Lines changed: 0 additions & 5 deletions
This file was deleted.

codegen/test/TARGETS

Lines changed: 0 additions & 8 deletions
This file was deleted.

configurations/TARGETS

Lines changed: 0 additions & 8 deletions
This file was deleted.

examples/devtools/example_runner/TARGETS

Lines changed: 0 additions & 8 deletions
This file was deleted.

examples/qualcomm/executor_runner/TARGETS

Lines changed: 0 additions & 8 deletions
This file was deleted.

extension/aten_util/TARGETS

Lines changed: 0 additions & 8 deletions
This file was deleted.

extension/aten_util/test/TARGETS

Lines changed: 0 additions & 8 deletions
This file was deleted.

extension/cuda/TARGETS

Lines changed: 0 additions & 8 deletions
This file was deleted.

extension/image/TARGETS

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)