[clang] [llvm] [Driver][clang-linker-wrapper] Add initial support for OpenMP offloading to generic SPIR-V (PR #120145)

Nick Sarnie via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 07:50:25 PST 2024


================
@@ -193,7 +193,8 @@ class Triple {
     Mesa,
     SUSE,
     OpenEmbedded,
-    LastVendorType = OpenEmbedded
+    Intel,
----------------
sarnex wrote:

Will do in https://github.com/llvm/llvm-project/pull/120250, also my bad I noticed I didn't even add a unit tests for this here, fixed in new PR.

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


More information about the llvm-commits mailing list