summaryrefslogtreecommitdiffstats
path: root/test/Coverage/codegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Coverage/codegen.c')
-rw-r--r--test/Coverage/codegen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Coverage/codegen.c b/test/Coverage/codegen.c
index 8e5195c..263e9b4 100644
--- a/test/Coverage/codegen.c
+++ b/test/Coverage/codegen.c
@@ -1,7 +1,7 @@
// RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm -o %t %s
// RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm-bc -o %t %s
-// RUN: %clang_cc1 -triple i386-unknown-unknown -g -emit-llvm-bc -o %t %s
+// RUN: %clang_cc1 -triple i386-unknown-unknown -debug-info-kind=limited -emit-llvm-bc -o %t %s
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm-bc -o %t %s
-// RUN: %clang_cc1 -triple x86_64-unknown-unknown -g -emit-llvm-bc -o %t %s
+// RUN: %clang_cc1 -triple x86_64-unknown-unknown -debug-info-kind=limited -emit-llvm-bc -o %t %s
#include "c-language-features.inc"
OpenPOWER on IntegriCloud