Skip to content
Commit 092b6fb1 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

Driver: Add a -stdlib= argument which can be used to select the C++ standard

library to use.
 - This is currently useful for testing libc++; you can now use 'clang++
   -stdlib=libc++ t.cpp' to compile using it if installed.

 - In the future could also be used to select other standard library choices if
   alternatives become available (for example, to use an alternate C library).

llvm-svn: 113891
parent bf11f790
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment