[PATCH] D55066: [ASan] Minor documentation fix: remove static linking limitation.
Max Moroz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 3 07:29:19 PST 2018
Dor1s added a comment.
In D55066#1315365 <https://reviews.llvm.org/D55066#1315365>, @eugenis wrote:
> Sorry for the delay.
> This is wrong, static linking is NOT supported.
> You could be confusing it with static linking of asan runtime library to an executable - that is and has always been the default.
Thanks, @eugenis! Should I change the message to something like "ASan runtime cannot be built with static linking."? Does it sound correct and perhaps less confusing?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55066/new/
https://reviews.llvm.org/D55066
More information about the cfe-commits
mailing list