Skip to content
Commit 77550df8 authored by Matthew Bauer's avatar Matthew Bauer
Browse files

cc-wrapper: add libcxx for libcxxClang

clang needs to find headers + libraries for compiling with libc++. We
need to add a libcxx argument to cc-wrapper. This means you do not
have to pass in c++ headers directly.

This resolves the last case remaining of #30670. Darwin clang++ now
works properly.

Fixes #30670
parent cb14f140
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment