summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp')
-rw-r--r--test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp b/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp
index 34594f4..74a7fb6 100644
--- a/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp
+++ b/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp
@@ -1,7 +1,7 @@
// PR1013
// Check to make sure debug symbols use the correct name for globals and
// functions. Will not assemble if it fails to.
-// RUN: %clang_cc1 -emit-llvm -g -o - %s | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -o - %s | FileCheck %s
// CHECK: f\01oo"
int foo __asm__("f\001oo");
OpenPOWER on IntegriCloud