================
@@ -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; }
----------------
asudarsa wrote:

This was something introduced for use of SPIR-V backend in conjunction with the 
translator. may be cleanup at a later stage? https://reviews.llvm.org/D125679

Thanks

https://github.com/llvm/llvm-project/pull/129545
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to