[clang] [Driver] Always use gas with -fno-integrated-as on Solaris (PR #65489)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 6 09:34:34 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 \
----------------
MaskRay wrote:

While here, consider testing `-Wa,` as well, e.g. `-Wa,--compress-debug-sections=zlib`

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


More information about the cfe-commits mailing list