Displaying 1 result from an estimated 1 matches for "diagnosticse".
Did you mean:
diagnostics
2011 Dec 16
0
[LLVMdev] LLVM+Clang as a shared library
...e;
http://llvm.org/svn/llvm-project/cfe/trunk/examples/clang-interpreter/), I
get linking errors. For example, undefined references to
clang::TextDiagnosticPrinter::TextDiagnosticPrinter(llvm::raw_ostream&,
clang::DiagnosticOptions const&, bool),
clang::DiagnosticIDs::DiagnosticIDs(),clang::DiagnosticsEngine::DiagnosticsE
ngine(llvm::IntrusiveRefCntPtr<clang::DiagnosticIDs> const&,
clang::DiagnosticConsumer*, bool), etc.
What I don't understand is that both LLVM and Clang are built together, yet
only LLVM works for me. Otherwise, yes, I have made sure that my Qt-based
application is...