================
@@ -159,7 +153,16 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
   list( GET TRIPLE 2 OS )
 
   # Determine the clang target triple.
-  libclc_target_to_clang_triple(${t} clang_triple)
+  set(clang_triple ${t})
----------------
jhuber6 wrote:

What's the motivation to use a different triple for specifying the build than 
what clang uses? I just kept that in place from before but ideally they match.

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

Reply via email to