# Code object files are ELF files containing GPU code. These files do not match
# the CPU architecture because they are for the GPU architecture.
librocblas0: binary-from-other-architecture [usr/lib/*/rocblas/*/library/*.hsaco]
librocblas0: binary-from-other-architecture [usr/lib/*/rocblas/*/library/*.co]

# Code object files are not shared libraries, executables or object files;
# they are HIP modules. The strip command fails with the error,
# "strip: Unable to recognise the format of the input file".
librocblas0: unstripped-binary-or-object [usr/lib/*/rocblas/*/library/*.hsaco]
librocblas0: unstripped-binary-or-object [usr/lib/*/rocblas/*/library/*.co]

# Code object files are not shared library files.
librocblas0: shared-library-lacks-prerequisites [usr/lib/*/rocblas/*/library/*.hsaco]
librocblas0: shared-library-lacks-prerequisites [usr/lib/*/rocblas/*/library/*.co]
