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