[Openmp-commits] [clang] [openmp] [OFFLOAD] Build DeviceRTL with SPIRV backend (PR #174675)

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Thu Jan 8 12:34:25 PST 2026


================
@@ -43,7 +47,7 @@ endif()
 # instructions yet and we end up missing out on way more important constant
 # propagation. That said, we will run the vectorizer again after the runtime
 # has been linked into the user program.
-list(APPEND compile_options "SHELL: -mllvm -vectorize-slp=false")
+list(APPEND compile_options -mllvm -vectorize-slp=false)
----------------
jhuber6 wrote:

This is required, otherwise CMake will potentially reorder these two flags.

https://github.com/llvm/llvm-project/pull/174675


More information about the Openmp-commits mailing list