llvm-project/clang/lib/Driver
Bob Wilson 9914a02114 Propagate "-arch x86_64h" setting to the linker. <rdar://problem/15711488>
This is a follow-up to r194907, which added a new -arch setting to make it
easier to specify AVX2 targets. The "-arch x86_64h" option needs to be passed
on to the linker, but it was getting canonicalized to x86_64 by the code
in getArchTypeForDarwinArchName.

llvm-svn: 198096
2013-12-28 05:26:14 +00:00
..
Action.cpp [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
CC1AsOptions.cpp Remove the SUPPORT_ALIASARGS define 2013-08-01 00:12:13 +00:00
CMakeLists.txt [CMake] clangDriver: Move LLVM stuff in target_link_library to LLVM_LINK_COMPONENTS. 2013-12-09 19:04:19 +00:00
Compilation.cpp Remove a whole lot of unused variables 2013-11-27 05:22:15 +00:00
Driver.cpp Propagate "-arch x86_64h" setting to the linker. <rdar://problem/15711488> 2013-12-28 05:26:14 +00:00
DriverOptions.cpp Remove the SUPPORT_ALIASARGS define 2013-08-01 00:12:13 +00:00
InputInfo.h [Driver] Remove the using namespace directives from headers 2013-06-17 13:59:19 +00:00
Job.cpp clang-cl: implement /fallback mode 2013-09-19 20:32:16 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Phases.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
SanitizerArgs.cpp Fix a tranche of comment, test and doc typos 2013-12-05 16:25:25 +00:00
Tool.cpp Remove stray emacs mode markers in all these files that was causing emacs to 2010-12-31 17:31:54 +00:00
ToolChain.cpp Fix indentation from r197490 plus some typos 2013-12-17 17:25:19 +00:00
ToolChains.cpp Darwin-embedded: find correct libclang_rt for embedded targets. 2013-12-12 11:55:52 +00:00
ToolChains.h Use the integrated assembler by default on FreeBSD/ppc and ppc64. 2013-12-17 20:34:25 +00:00
Tools.cpp LIBRARY_PATH environment variable should only be supported on a native compiler. 2013-12-17 11:11:25 +00:00
Tools.h Avoid temporary std::string. 2013-12-12 15:48:19 +00:00
Types.cpp Make .asm a valid extension for assembly files 2013-10-17 20:41:18 +00:00
WindowsToolChain.cpp Tidy up the no-external-assembler diag 2013-11-22 08:27:46 +00:00