--The current pdfium build succeeded.build step1. fetch chromium2. cd src3. gn gen out/pdfium_only4. ninja -C out/pdfium_only pdfium_testI want appy ASANHow do I build with ASAN?
You received this message because you are subscribed to the Google Groups "pdfium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pdfium+unsubscribe@googlegroups.com.
To post to this group, send email to pdf...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pdfium/6d94fe20-b074-4322-81c8-e1b982df806e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
DUCT TAPE ALERT! EXPERIMENTAL!ASan for Windows is not yet production quality. It is based on Clang for Windows and inherits the Clang/Win list of unsupported stuff. You can try it, but it might just be broken for you.If you are assigned an ASan/Win bug, you might not be able to reproduce the report locally. In this case, you have to look at the stack on the bug, and you have to check in a speculative fix and rely on the FYI bots to tell you if your fix worked.If you're feeling lucky, you can try using ASan/Win locally by running the steps below:# ASAn requires a 32-bit build on Windows for now; don't set target_arch=x64.set GYP_DEFINES=asan=1gclient runhooksninja -C out\Release <targets>
Are you building pdfium in chromium repo? I am assuming you are using Clang to compile? If so, you just need to add "is_asan = true" in your gn args. Details for different OSes can be found https://www.chromium.org/developers/testing/addresssanitizer
On Sun, Apr 16, 2017 at 11:17 PM, gwonwang lee <parr...@gmail.com> wrote:
The current pdfium build succeeded.build step1. fetch chromium2. cd src3. gn gen out/pdfium_only4. ninja -C out/pdfium_only pdfium_testI want appy ASANHow do I build with ASAN?
--
You received this message because you are subscribed to the Google Groups "pdfium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pdfium+un...@googlegroups.com.