blob: 4dbdf6167734c701743d62480f7e9bb34a45c4c8 [file] [log] [blame]
Rafael Espindola18f36d92010-03-07 04:46:18 +00001// RUN: %clang -S -v -o %t %s 2>&1 | not grep -w -- -g
2// RUN: %clang -S -v -o %t %s -g 2>&1 | grep -w -- -g
3// RUN: %clang -S -v -o %t %s -g0 2>&1 | not grep -w -- -g
4// RUN: %clang -S -v -o %t %s -g -g0 2>&1 | not grep -w -- -g
5// RUN: %clang -S -v -o %t %s -g0 -g 2>&1 | grep -w -- -g