diff options
author | Fraser Cormack <fraser@codeplay.com> | 2025-07-29 10:53:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-29 10:53:31 +0100 |
commit | 76bebb5be9daf9ca035777b17fa63d4ce13e79b9 (patch) | |
tree | 759de02ca643b8d4e17050cbab5ccc4c220548d3 /mlir/lib/Conversion/TosaToTensor/TosaToTensorPass.cpp | |
parent | ef51514c38e6bd658153230769cfb62de9384bce (diff) | |
download | llvm-main.zip llvm-main.tar.gz llvm-main.tar.bz2 |
With libclc being a 'runtime', the top-level build assumes that there is
a corresopnding 'libclc' target. We previously weren't providing this,
leading to a build failure if the user tried to build it.
This commit remedies this by adding support for building the 'libclc'
target. It does so by adding dependencies from the OpenCL builtins to
this target. It uses a configurable in-between target -
libclc-opencl-builtins - to ease the possibility of adding non-OpenCL
builtin libraries in the future.
Diffstat (limited to 'mlir/lib/Conversion/TosaToTensor/TosaToTensorPass.cpp')
0 files changed, 0 insertions, 0 deletions