[PATCH] D42758: Support `#pragma comment(lib, "name")` in the frontend for ELF

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 6 09:34:10 PST 2018


erichkeane accepted this revision.
erichkeane added a comment.
This revision is now accepted and ready to land.

Just 1 format question, otherwise Looks good.



================
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
----------------
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?


Repository:
  rC Clang

https://reviews.llvm.org/D42758





More information about the cfe-commits mailing list