[PATCH] D67298: [ASan] Only run dlopen-mixed-c-cxx.c with static runtime
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 7 09:03:14 PDT 2019
serge-sans-paille added a comment.
@Hahnfeld I missed your previous answer, sorry about that
> Apparently, this is only the case when the asan runtime is linked statically
Totally makes sense! In that case the asan runtime doesn't bring the c++ library as a dependency, while with dynamic runtime it does. I didn't realize that aspect, thanks for making it clearer. Your patch totally makes sense, I'll test it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67298/new/
https://reviews.llvm.org/D67298
More information about the llvm-commits
mailing list