We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4659a72 + f3cca29 commit d37e3acCopy full SHA for d37e3ac
tests/libclang_cpp.cpp
@@ -2,7 +2,8 @@
2
//
3
// REQUIRES: clang, llvm-config
4
// RUN: %clangxx -lclang-cpp -v %s -o %t `%llvm-config --cxxflags --ldflags --libs`
5
-// RUN: ldd %t 2>&1|grep -q libclang-cpp
+// RUN: ldd %t 2>&1 > %t.lddoutput
6
+// RUN: grep -q libclang-cpp %t.lddoutput
7
8
#include "clang/Tooling/CommonOptionsParser.h"
9
#include "llvm/Support/CommandLine.h"
0 commit comments