[clang] [clang-linker-wrapper][lit] Fix SPIR-V OpenMP ELF test (PR #126098)

Nick Sarnie via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 6 09:42:41 PST 2025


https://github.com/sarnex created https://github.com/llvm/llvm-project/pull/126098

Fix for https://github.com/llvm/llvm-project/pull/125737

>From daf3c08fc5c13d0bdd2851c110cb89bd9f853a6a Mon Sep 17 00:00:00 2001
From: "Sarnie, Nick" <nick.sarnie at intel.com>
Date: Thu, 6 Feb 2025 09:33:29 -0800
Subject: [PATCH] [clang-linker-wrapper][lit] Fix SPIR-V OpenMP ELF test

Signed-off-by: Sarnie, Nick <nick.sarnie at intel.com>
---
 clang/test/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/clang/test/CMakeLists.txt b/clang/test/CMakeLists.txt
index 9ce8365910d5594..e9eb54a67204cda 100644
--- a/clang/test/CMakeLists.txt
+++ b/clang/test/CMakeLists.txt
@@ -21,6 +21,7 @@ llvm_canonicalize_cmake_booleans(
   LLVM_WITH_Z3
   PPC_LINUX_DEFAULT_IEEELONGDOUBLE
   LLVM_TOOL_LLVM_DRIVER_BUILD
+  LLVM_INCLUDE_SPIRV_TOOLS_TESTS
   )
 
 configure_lit_site_cfg(



More information about the cfe-commits mailing list