[PATCH] D42758: Support `#pragma comment(lib, "name")` in the frontend for ELF
Saleem Abdulrasool via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 6 16:54:04 PST 2018
compnerd added inline comments.
================
Comment at: docs/LanguageExtensions.rst:2732
+
+The ``#pragma comment(lib, ...)`` directive is supported on all ELF targets.
+The second parameter is the library name (without the traditional Unix prefix of
----------------
erichkeane wrote:
> The newlines in this section are seemingly inconsistent with what is above. Does that one violate the 80 char rule, or is this just short?
Yeah, the previous section has 80-column violations :-(.
Repository:
rC Clang
https://reviews.llvm.org/D42758
More information about the cfe-commits
mailing list