xref: /aosp_15_r20/external/clang/test/Driver/solaris-opts.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 // RUN: %clang %s --target=sparc-sun-solaris2.11 -### -o %t.o 2>&1 | FileCheck %s
2 
3 // CHECK: "-fno-use-cxa-atexit"
4 
5