dblaikie added inline comments.

> debug-options.c:21-22
>  
> +// RUN: %clang -### -c -Og -g %s -target x86_64-linux-gnu 2>&1 \
> +// RUN:             | FileCheck -check-prefix=G -check-prefix=G_GDB %s
> +

I don't think we need this test case: -Og doesn't actually have anything to do 
with -g mechanically speaking, so there's no need to test them together.

I'd probably go find wherever -O1 is tested in the driver, and test -Og there.

https://reviews.llvm.org/D24998



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to