[PATCH] D15225: [Driver] Sanitizer support based on runtime library presence
Dan Liew via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 20 15:34:09 PDT 2018
delcypher added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Darwin.h:425
+ /// \return Relative path to the filename for the library
+ /// containing the sanitizer {@code SanitizerName}.
----------------
You might want to update that comment to not mention "Relative path"
https://reviews.llvm.org/D15225
More information about the cfe-commits
mailing list