microsoft/clc: Add linkage capability to libclc build to silence warning

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26803>
This commit is contained in:
Jesse Natalie 2023-12-12 13:35:28 -08:00 committed by Marge Bot
parent 6468c6a80b
commit b64f13e70f

View file

@ -634,6 +634,7 @@ clc_libclc_new(const struct clc_logger *logger, const struct clc_libclc_options
.int16 = true,
.int64 = true,
.kernel = true,
.linkage = true,
},
};