Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
1027013
Origin: https://github.com/LocutusOfBorg/llvm-toolchain-integration-test-suite/commit/
14b0d058ecf88744add2a4c5e38d1d8ecef1dbf8
Gbp-Pq: Name libclang-cpp-test-link-failure.patch
// Test the link against libclang-cppXX
//
// REQUIRES: clang, llvm-config
-// RUN: %clangxx -lclang-cpp -v %s -o %t `%llvm-config --cxxflags --ldflags --libs`
+// RUN: %clangxx -v %s -o %t `%llvm-config --cxxflags --ldflags --libs` -lclang-cpp
// RUN: ldd %t 2>&1|grep -q libclang-cpp
#include "clang/Tooling/CommonOptionsParser.h"