[PATCH] D54681: [Driver] Avoid including -lm on the link line with -nostdlib++

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 12 19:01:31 PST 2018


thakis added a comment.

-lm is kind of the reason -nostdlib++ exists at all -- if you don't want _any_ stdlibs, you can just -nostdlib, no?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54681/new/

https://reviews.llvm.org/D54681





More information about the cfe-commits mailing list