From b64f13e70f194ce0d945709598c98a2223070ebb Mon Sep 17 00:00:00 2001 From: Jesse Natalie Date: Tue, 12 Dec 2023 13:35:28 -0800 Subject: [PATCH] microsoft/clc: Add linkage capability to libclc build to silence warning Part-of: --- src/microsoft/clc/clc_compiler.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/microsoft/clc/clc_compiler.c b/src/microsoft/clc/clc_compiler.c index 0a90e85f59a..ef59f0b30b1 100644 --- a/src/microsoft/clc/clc_compiler.c +++ b/src/microsoft/clc/clc_compiler.c @@ -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, }, };