https://github.com/wenju-he created 
https://github.com/llvm/llvm-project/pull/175479

It was left behind after f07988ff3ec8.

>From aa1c5397584294d3dd084fa3ea3388518128aec2 Mon Sep 17 00:00:00 2001
From: Wenju He <[email protected]>
Date: Mon, 12 Jan 2026 03:50:03 +0100
Subject: [PATCH] [libclc][NFC] Remove unused builtins_opt_lib_tgt

It was left behind after f07988ff3ec8.
---
 libclc/cmake/modules/AddLibclc.cmake | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libclc/cmake/modules/AddLibclc.cmake 
b/libclc/cmake/modules/AddLibclc.cmake
index 16e81d02bc864..2175aa309ea9e 100644
--- a/libclc/cmake/modules/AddLibclc.cmake
+++ b/libclc/cmake/modules/AddLibclc.cmake
@@ -435,8 +435,6 @@ function(add_libclc_builtin_set)
     endif()
   else()
     # Non-SPIR-V targets add an extra step to optimize the bytecode
-    set( builtins_opt_lib_tgt builtins.opt.${ARG_ARCH_SUFFIX} )
-
     set( obj_suffix ${ARG_ARCH_SUFFIX}.bc )
     set( libclc_builtins_lib ${LIBCLC_OUTPUT_LIBRARY_DIR}/${obj_suffix} )
 

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to