summaryrefslogtreecommitdiff
path: root/clang/test/Driver/clang-g-opts.c
blob: 4dbdf6167734c701743d62480f7e9bb34a45c4c8 (about) (plain)
1
2
3
4
5
// RUN: %clang -S -v -o %t %s        2>&1 | not grep -w -- -g
// RUN: %clang -S -v -o %t %s -g     2>&1 | grep -w -- -g
// RUN: %clang -S -v -o %t %s -g0    2>&1 | not grep -w -- -g
// RUN: %clang -S -v -o %t %s -g -g0 2>&1 | not grep -w -- -g
// RUN: %clang -S -v -o %t %s -g0 -g 2>&1 | grep -w -- -g