]> granicus.if.org Git - clang/commit
Add driver support for AArch64 Fedora.
authorTilmann Scheller <t.scheller@samsung.com>
Tue, 6 May 2014 16:58:14 +0000 (16:58 +0000)
committerTilmann Scheller <t.scheller@samsung.com>
Tue, 6 May 2014 16:58:14 +0000 (16:58 +0000)
commita7e893482b47589d82a8126afd7d0ba025b8f202
treedc58cb126b5b2b88bbbb5e756de658aa27e96d4f
parenta233d806f2ec1a92f26122214656dcc23bc3b5c1
Add driver support for AArch64 Fedora.

Reviewed by Eric Christopher.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208105 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp
test/Driver/Inputs/fedora_21_tree/usr/lib/gcc/aarch64-redhat-linux/4.9.0/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/fedora_21_tree/usr/lib/gcc/aarch64-redhat-linux/4.9.0/crtend.o [new file with mode: 0644]
test/Driver/Inputs/fedora_21_tree/usr/lib64/crt1.o [new file with mode: 0644]
test/Driver/Inputs/fedora_21_tree/usr/lib64/crti.o [new file with mode: 0644]
test/Driver/Inputs/fedora_21_tree/usr/lib64/crtn.o [new file with mode: 0644]
test/Driver/linux-ld.c