search for: asan_dynamic

Displaying 6 results from an estimated 6 matches for "asan_dynamic".

2019 Mar 11
2
llvm compiled error
...resolved external symbol "void * __cdecl MemalignFromLocalPool(unsigned __int64,unsigned __int64)" (?MemalignFromLocalPool@@YAPEAX_K0 at Z), "void * __cdecl operator new(unsigned __int64)" (??2 at YAPEAX_K@Z) 80>D:\program\llvm\build\Debug\lib\clang\9.0.0\lib\windows\clang_rt.asan_dynamic-x86_64.dll : fatal error LNK1120 80>“clang_rt.asan-dynamic-x86_64.vcxproj” fail. env: cmake x64 win10, visualstudio2017 15.9.8 please help, Best wishes, Dian Chen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/a...
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
...t. >> >> I should note that libcmt.lib is what you get with /MT, and msvcrt.lib >> is what you get with /MD. I do not understand why Ninja seems to have >> the libraries associated with /MT when linking the DLL ([100/100] >> Linking CXX shared library lib\asan\clang_rt.asan_dynamic-i386.dll is >> where I pulled those lines from). > > I think I figured out the issue. From the build.ninja file, I found: > > build lib\asan\CMakeFiles\RTAsan_dynamic.i386.dir\asan_malloc_win.cc.obj: > CXX_COMPILER E$:\llvm\compiler-rt\lib\asan\asan_malloc_win.cc > DEFINES...
2019 Mar 12
2
llvm compiled error
...resolved external symbol "void * __cdecl MemalignFromLocalPool(unsigned __int64,unsigned __int64)" (?MemalignFromLocalPool@@YAPEAX_K0 at Z), "void * __cdecl operator new(unsigned __int64)" (??2 at YAPEAX_K@Z) 80>D:\program\llvm\build\Debug\lib\clang\9.0.0\lib\windows\clang_rt.asan_dynamic-x86_64.dll : fatal error LNK1120 80>“clang_rt.asan-dynamic-x86_64.vcxproj” fail. env: cmake x64 win10, visualstudio2017 15.9.8 please help, Best wishes, Dian Chen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev...
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
...lowing msvcrt.lib while the MSVC build is not. I should note that libcmt.lib is what you get with /MT, and msvcrt.lib is what you get with /MD. I do not understand why Ninja seems to have the libraries associated with /MT when linking the DLL ([100/100] Linking CXX shared library lib\asan\clang_rt.asan_dynamic-i386.dll is where I pulled those lines from). ~Aaron
2019 Mar 13
2
llvm compiled error
...ved external symbol "void * __cdecl MemalignFromLocalPool(unsigned __int64,unsigned __int64)" (?MemalignFromLocalPool@@YAPEAX_K0 at Z), "void * __cdecl operator new(unsigned __int64)" (??2 at YAPEAX_K@Z) > 80>D:\program\llvm\build\Debug\lib\clang\9.0.0\lib\windows\clang_rt.asan_dynamic-x86_64.dll : fatal error LNK1120 > 80>“clang_rt.asan-dynamic-x86_64.vcxproj” fail. > > > > env: > > cmake x64 > > win10, visualstudio2017 15.9.8 > > > > please help, > > > > Best wishes, > > Dian Chen > > > > > > > &gt...
2014 Oct 23
3
[LLVMdev] compiler-rt with MSVC 2013
On Thu, Oct 23, 2014 at 2:46 PM, Timur Iskhodzhanov <timurrrr at google.com> wrote: > 2014-10-23 11:34 GMT-07:00 Aaron Ballman <aaron at aaronballman.com>: >> On Thu, Oct 23, 2014 at 2:24 PM, Timur Iskhodzhanov <timurrrr at google.com> wrote: >>> I don't think this is the right approach. >>> >>> Currently we intentionally define malloc etc