search for: 28e2b99d

Displaying 2 results from an estimated 2 matches for "28e2b99d".

2016 Feb 26
0
asan link failure when configuring with -DBUILD_SHARED_LIBS=ON
...ng-3.9: error: linker command failed with exit code 1 (use -v to see > invocation) > > Has anyone seen this? > > > Thanks. Diego. > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160225/28e2b99d/attachment.html>
2016 Feb 25
2
asan link failure when configuring with -DBUILD_SHARED_LIBS=ON
I'm getting this link failure when running ninja check on Linux. I'm configuring with shared libraries enabled, so I'm not sure why asan is looking for .a archives. $ cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DLLVM_BUILD_TESTS=ON -DCLANG_INCLUDE_DOCS=ON -DBUILD_SHARED_LIBS=ON ../llvm $ ninja check-all FAILED: cd [..]bld/projects/compiler-rt/lib/asan/tests &&