summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-gline-tables-only.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-09-04 04:12:25 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-09-04 04:12:25 +0000
commita3f55b026fc24db6a4e275a8e4110d071122b99d (patch)
tree3506bc1a7a959c3037699b5d660f8165e5f44704 /test/CodeGenCXX/debug-info-gline-tables-only.cpp
parent8cb1bf84540d73a609105fd04e851a2d3d37389a (diff)
Don't pass -O0 to clang_cc1, it is the default.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189910 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/debug-info-gline-tables-only.cpp')
-rw-r--r--test/CodeGenCXX/debug-info-gline-tables-only.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/debug-info-gline-tables-only.cpp b/test/CodeGenCXX/debug-info-gline-tables-only.cpp
index 8d615d66c0..7ecdeb2ec2 100644
--- a/test/CodeGenCXX/debug-info-gline-tables-only.cpp
+++ b/test/CodeGenCXX/debug-info-gline-tables-only.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -O0 -gline-tables-only -S -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 %s -gline-tables-only -S -emit-llvm -o - | FileCheck %s
// Checks that clang with "-gline-tables-only" doesn't emit debug info
// for variables and types.