Unverified Commit 12b87f6e authored by dankm's avatar dankm Committed by GitHub
Browse files

[Driver] Silence stdlib warning when linking C on FreeBSD (#68011)

Similar to the Gnu toolchain, ignore uses of '-stdlib=libc++' when
linking C code. CMake insists on adding it to the command line when
linking C, and a bunch of other build systems do similarly.
parent ea1ae115
Supports Markdown
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