This revision was automatically updated to reflect the committed changes.
Closed by commit rL344296: [Driver] Default Android toolchains to libc++.
(authored by danalbert, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D53109
Files:
cfe
srhines accepted this revision.
srhines added a comment.
This revision is now accepted and ready to land.
Really cool! Thanks for making everything easier to use out-of-the-box.
Repository:
rC Clang
https://reviews.llvm.org/D53109
___
cfe-commits
danalbert updated this revision to Diff 169097.
danalbert added a comment.
Fixed bad merge conflict resolution.
Repository:
rC Clang
https://reviews.llvm.org/D53109
Files:
lib/Driver/ToolChains/Linux.cpp
lib/Driver/ToolChains/Linux.h
test/Driver/android-ndk-standalone.cpp
Index: test/
danalbert planned changes to this revision.
danalbert added a comment.
Oops, ignore this for a moment. Accidentally ran `check-cxx` instead of
`check-clang`.
Repository:
rC Clang
https://reviews.llvm.org/D53109
___
cfe-commits mailing list
cfe-c
danalbert created this revision.
danalbert added reviewers: srhines, pirama.
Herald added a reviewer: EricWF.
Repository:
rC Clang
https://reviews.llvm.org/D53109
Files:
lib/Driver/ToolChains/Linux.cpp
lib/Driver/ToolChains/Linux.h
test/Driver/android-ndk-standalone.cpp
Index: test/Driv