From 45b533945f0851ec234ca846e1af5ee1e4df0b6e Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 30 Dec 2015 11:49:41 +0000 Subject: Vendor import of clang trunk r256633: https://llvm.org/svn/llvm-project/cfe/trunk@256633 --- test/CodeGen/attr-noinline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/attr-noinline.c') diff --git a/test/CodeGen/attr-noinline.c b/test/CodeGen/attr-noinline.c index dbca71ff5fb2..44eb1e87b72c 100644 --- a/test/CodeGen/attr-noinline.c +++ b/test/CodeGen/attr-noinline.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -g -emit-llvm -o %t %s +// RUN: %clang_cc1 -debug-info-kind=limited -emit-llvm -o %t %s // RUN: grep 'noinline' %t void t1() __attribute__((noinline)); -- cgit v1.3