summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/integrated-as.c
blob: 5bf1f847b4123653ff85c09be15d67dec355c623 (plain)
1
2
3
4
5
6
7
8
9
// RUN: %clang -### -c -save-temps -integrated-as %s 2>&1 | FileCheck %s

// CHECK: cc1as
// CHECK: -mrelax-all

// RUN: %clang -### -c -integrated-as -Wa,-compress-debug-sections -Wno-missing-debug-compression %s 2>&1 | FileCheck --check-prefix=COMPRESS_DEBUG_QUIET %s
// COMPRESS_DEBUG_QUIET-NOT: warning: DWARF compression is not implemented
// COMPRESS_DEBUG_QUIET-NOT: warning: argument unused during compilation
// COMPRESS_DEBUG_QUIET: -cc1
OpenPOWER on IntegriCloud