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

Rui Ueyama via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 31 13:09:41 PST 2018


ruiu added a comment.

> I also wonder which is better `#pragma comment(lib, "m")` or `#pragma comment(lib, "m")`.

Sorry, I meant `#pragma comment(lib, "m")` or `#pragma comment("lib", "m")`.


Repository:
  rC Clang

https://reviews.llvm.org/D42758





More information about the cfe-commits mailing list