Clang Project
clang_source_code
/
test
/
Driver
/
solaris-opts.c
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