cling/tools
Bertrand Bellenot df5fbb3c46 Fix unresolved external symbol errors on Windows
Resolves root-project/cling#399
Fix the following linker errors:
253>cling.exp : error LNK2001: unresolved external symbol "public: static class std::basic_string<char,struct std::char_traits,class std::allocator > __cdecl clang::QualType::getAsString(class clang::Type const *,class clang::Qualifiers)" (?getAsString@QualType@clang@@sa?AV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@PEBVType@2@VQualifiers@2@@z)
253>cling.exp : error LNK2001: unresolved external symbol "private: virtual void __cdecl llvm::raw_ostream::handle(void)" (?handle@raw_ostream@llvm@@EEAAXXZ)
253>D:\work\libs\cling\src\build\Release\bin\cling.exe : fatal error LNK1120: 2 unresolved externals
2021-03-23 22:29:08 +01:00
..
demo Several fixes for Windows 2018-03-22 13:44:16 +01:00
driver Fix unresolved external symbol errors on Windows 2021-03-23 22:29:08 +01:00
Jupyter LLVM_ON_WIN32 was dropped. 2021-02-25 20:44:18 +01:00
libcling Add missing link libraries. 2018-07-27 11:14:04 +02:00
packaging Drop --compiler flag 2021-03-18 23:29:07 +01:00
plugins Allow building clad as a cling plugin via -DCLING_BUILD_PLUGINS=On 2021-03-03 18:44:05 +01:00
CMakeLists.txt Implement clang plugin support. 2018-07-28 13:17:44 +02:00