[clang] [Driver] Always use gas with -fno-integrated-as on Solaris (PR #65489)
    Rainer Orth via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Sep  7 02:25:28 PDT 2023
    
    
  
================
@@ -0,0 +1,11 @@
+/// General tests for assembler invocations on Solaris.
+
+/// Test that clang uses gas on Solaris.
+// RUN: %clang -x assembler %s -### -c -fno-integrated-as \
----------------
rorth wrote:
Sure, done.
https://github.com/llvm/llvm-project/pull/65489
    
    
More information about the cfe-commits
mailing list