]> granicus.if.org Git - clang/commitdiff
Fix bug in test found by the diagnostic added in r350340.
authorNico Weber <nicolasweber@gmx.de>
Sun, 6 Jan 2019 15:57:18 +0000 (15:57 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 6 Jan 2019 15:57:18 +0000 (15:57 +0000)
I meant to commit this change in 350341 but failed to do so (since it's
in test/CodeGenCXX, not in test/Frontend).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@350495 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-class-limited-plugin.test

index 533c2f6b16c54c2e9d43c3760c557420a82702d2..17248d5743dacc1deb31ae90b2a8ab878bdef66a 100644 (file)
@@ -1,2 +1,2 @@
-RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -o - -load %llvmshlibdir/PrintFunctionNames%pluginext -add-plugin print-function-names %S/Inputs/debug-info-class-limited.cpp 2>&1 | FileCheck %S/Inputs/debug-info-class-limited.cpp
+RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -o - -load %llvmshlibdir/PrintFunctionNames%pluginext -add-plugin print-fns %S/Inputs/debug-info-class-limited.cpp 2>&1 | FileCheck %S/Inputs/debug-info-class-limited.cpp
 REQUIRES: plugins, examples