[PATCH] D11742: Add -gcodeview and -gdwarf to control which type Clang emits

Reid Kleckner rnk at google.com
Wed Aug 5 09:07:47 PDT 2015


rnk marked 2 inline comments as done.

================
Comment at: test/CodeGen/dwarf-version.c:11
@@ -7,3 +10,3 @@
 // RUN: %clang -target powerpc-unknown-freebsd -g -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER2
 // RUN: %clang -target i386-pc-solaris -g -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER2
 int main (void) {
----------------
hans wrote:
> Maybe add %clang_cl invocations here?
I'd rather keep the %clang_cl tests in test/Driver, though.


http://reviews.llvm.org/D11742





More information about the cfe-commits mailing list