This revision was automatically updated to reflect the committed changes.
Closed by commit rL329234: [Driver] Include the Android multiarch includes.
(authored by danalbert, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D44995
Files:
c
srhines accepted this revision.
srhines added a comment.
This revision is now accepted and ready to land.
Thanks for adding this support. Sorry about the delay in reviewing.
Repository:
rC Clang
https://reviews.llvm.org/D44995
___
cfe-commits mai
danalbert updated this revision to Diff 141053.
danalbert added a comment.
Fix some style issues.
Repository:
rC Clang
https://reviews.llvm.org/D44995
Files:
lib/Driver/ToolChains/Linux.cpp
test/Driver/Inputs/basic_android_ndk_tree/include/c++/4.9/x86_64-linux-android/.keep
test/Driv
danalbert added a comment.
Ping?
Repository:
rC Clang
https://reviews.llvm.org/D44995
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
danalbert created this revision.
danalbert added a reviewer: srhines.
Herald added a subscriber: javed.absar.
Most Android headers live in a single directory, but a small handful
live in multiarch directories.
Repository:
rC Clang
https://reviews.llvm.org/D44995
Files:
lib/Driver/ToolChain