minix/external/bsd/llvm/dist/clang/lib/Driver
Ben Gras 5ae1a533c7 ARM: can build with llvm, switch to EABI
. bitcode fixes
	. switch to compiler-rt instead of netbsd libc functions
	  or libgcc for support functions for both x86 and arm
	. minor build fixes
	. allow  build with llvm without crossbuilding llvm itself
	. can now build minix/arm using llvm and eabi - without C++
	  support for now (hence crossbuilding llvm itself is turned off
	  for minix/arm)

Change-Id: If5c44ef766f5b4fc4394d4586ecc289927a0d6eb
2014-12-12 13:04:56 +01:00
..
Action.cpp
CC1AsOptions.cpp
CMakeLists.txt
Compilation.cpp
Driver.cpp LLVM Minix changes 2014-07-28 17:05:59 +02:00
DriverOptions.cpp
InputInfo.h
Job.cpp
Makefile
Phases.cpp
SanitizerArgs.cpp
Tool.cpp
ToolChain.cpp ARM: can build with llvm, switch to EABI 2014-12-12 13:04:56 +01:00
ToolChains.cpp LLVM Minix changes 2014-07-28 17:05:59 +02:00
ToolChains.h LLVM Minix changes 2014-07-28 17:05:59 +02:00
Tools.cpp LLVM Minix changes 2014-07-28 17:05:59 +02:00
Tools.h LLVM Minix changes 2014-07-28 17:05:59 +02:00
Types.cpp
WindowsToolChain.cpp