[clang] [clang][SPIR-V] Use the SPIR-V backend by default (PR #129545)

Nick Sarnie via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 6 10:11:57 PST 2025


================
@@ -78,7 +77,7 @@ class LLVM_LIBRARY_VISIBILITY SPIRVToolChain : public ToolChain {
 
   bool useIntegratedAs() const override { return true; }
 
-  bool IsIntegratedBackendDefault() const override { return false; }
+  bool IsIntegratedBackendDefault() const override { return true; }
----------------
sarnex wrote:

Sure, seems like a good idea for a future pr!

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


More information about the cfe-commits mailing list