Depends on D69680
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
| llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn | ||
|---|---|---|
| 372 | Is current_cpu_is_vfp used anywhere else? If not I'd just inline it. | |
| llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn | ||
|---|---|---|
| 372 | Yeah, I wasn't sure whether inlining it would be clear enough but maybe the vfp substring in the names of all the files below is enough. | |
Is current_cpu_is_vfp used anywhere else? If not I'd just inline it.