]> granicus.if.org Git - clang/commit
Clang driver support for linking on Android.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Wed, 25 Apr 2012 08:59:22 +0000 (08:59 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Wed, 25 Apr 2012 08:59:22 +0000 (08:59 +0000)
commita6ddc02921d47d0a1dc9ffe4d31438f250751e05
treef972fbd2875d00dced4844fd5f12201c6967be5b
parent4add84f83f4505304ab3f94ebfa6bbc0be60058d
Clang driver support for linking on Android.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155541 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/Inputs/basic_android_tree/usr/lib/crtbegin_dynamic.o [new file with mode: 0644]
test/Driver/Inputs/basic_android_tree/usr/lib/crtbegin_so.o [new file with mode: 0644]
test/Driver/Inputs/basic_android_tree/usr/lib/crtbegin_static.o [new file with mode: 0644]
test/Driver/Inputs/basic_android_tree/usr/lib/crtend_android.o [new file with mode: 0644]
test/Driver/Inputs/basic_android_tree/usr/lib/crtend_so.o [new file with mode: 0644]
test/Driver/asan-ld.c [new file with mode: 0644]
test/Driver/linux-ld.c