[PATCH] Introduce a -stdlib-abi command line option.

Peter Collingbourne peter at pcc.me.uk
Thu Oct 17 21:02:35 PDT 2013


This option may be used with OSs without a "system" libc++ to select the
underlying ABI library used by libc++.  Also, teach ToolChain to search the
installation directory for libc++ libraries and headers.  Toolchains which
know better should be overriding the relevant ToolChain members.

http://llvm-reviews.chandlerc.com/D1968

Files:
  include/clang/Driver/Options.td
  include/clang/Driver/ToolChain.h
  lib/Driver/ToolChain.cpp
  lib/Driver/ToolChains.cpp
  lib/Driver/ToolChains.h
  test/Driver/Inputs/linux_libcxx_tree/usr/include/c++/v1/.keep
  test/Driver/Inputs/linux_libcxx_tree/usr/local/bin/.keep
  test/Driver/Inputs/linux_libcxx_tree/usr/local/include/c++/v1/.keep
  test/Driver/linux-libcxx.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1968.1.patch
Type: text/x-patch
Size: 9033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131017/83b92ed5/attachment.bin>


More information about the cfe-commits mailing list