]> granicus.if.org Git - clang/commit
Add driver support for fedora 18 on ARM.
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 14 Apr 2013 10:14:21 +0000 (10:14 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 14 Apr 2013 10:14:21 +0000 (10:14 +0000)
commitd44d04f571c25ed258ece30bd2da5ca23d3a0b0d
tree633e3f281a6fc8b369d959e1e888911455400b71
parent088831d0b9185b806ead7dc47865b0d1b1a1d164
Add driver support for fedora 18 on ARM.

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