Commit ce3df09
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: D1090820601 parent 63b4c4d commit ce3df09
38 files changed
Lines changed: 0 additions & 287 deletions
File tree
- backends/qualcomm
- aot/wrappers
- builders
- codegen/test
- configurations
- examples
- devtools/example_runner
- qualcomm/executor_runner
- extension
- aten_util
- test
- cuda
- image
- benchmark
- test
- pytree/aten_util
- test
- runner_util
- tensor
- test
- testing_util
- test
- threadpool
- test
- kernels
- optimized
- cpu
- test
- portable/cpu/util
- test
- prim_ops
- runtime
- backend
- test
- core
- exec_aten
- testing_util
- test
- util
- platform
- test
- schema
- test
- test
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments