diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-04-12 22:07:47 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-04-12 22:07:47 +0000 |
commit | 6eee3a3fca80f841e70185ea5feba06f9d258860 (patch) | |
tree | c82c807f931dbbfd03dabd7fb4c878f1755d72a7 /clang/docs/LanguageExtensions.rst | |
parent | 5f24c12dc4cfddc598fa8804f2511de391d14ebf (diff) | |
download | bcm5719-llvm-6eee3a3fca80f841e70185ea5feba06f9d258860.tar.gz bcm5719-llvm-6eee3a3fca80f841e70185ea5feba06f9d258860.zip |
Fix clang-tidy shared link with libc++
Currently the ClangTidyMain.cpp fails to link against shared LLVM/Clang libraries
due to the missing symbol:
clang::tooling::operator<(clang::tooling::Replacement const&,
clang::tooling::Replacement const&);
This patch fixes the issue by correctly linking clangToolingCore which contains
the definition.
llvm-svn: 300115
Diffstat (limited to 'clang/docs/LanguageExtensions.rst')
0 files changed, 0 insertions, 0 deletions