[PATCH] D139938: [clang] Don't spuriously pass -stdlib=libc++ to CC1 on Darwin

Steven Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 20 12:36:14 PST 2022


steven_wu added a comment.

In D139938#4008232 <https://reviews.llvm.org/D139938#4008232>, @hans wrote:

> This seems to have broken the instrprof-darwin-exports.c test, see e.g. https://green.lab.llvm.org/green/job/clang-stage1-RA/32351/
>
> I'll revert for now.

It seems you still need to claim `OPT_stdlib_EQ` so it doesn't complain about unused argument when you pass stdlib when compiling C code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139938



More information about the cfe-commits mailing list