summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/clang-s-opts.s
blob: f29270882f0ac98f01d60217b3928d52776bd746 (plain)
1
2
3
4
// RUN: %clang -### -c -flto -fno-lto %s 2>&1 | FileCheck %s
// RUN: %clang -### -c -flto -fno-lto -fno-integrated-as %s 2>&1 | FileCheck %s

// CHECK-NOT: argument unused during compilation
OpenPOWER on IntegriCloud