llvm-project/clang/lib
Saleem Abdulrasool fd80f8385e Driver: support -fuse-ld= on cross windows
Update the linker selection to support the `-fuse-ld=` option for selecting a
linker.

llvm-svn: 251493
2015-10-28 04:45:58 +00:00
..
ARCMigrate Define weak and __weak to mean ARC-style weak references, even in MRC. 2015-10-22 18:38:17 +00:00
AST [MSVC] Workaround for ICE in cl.exe when compiling ASTContext.cpp in Release Win32 2015-10-27 17:01:10 +00:00
ASTMatchers [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap. 2015-10-23 09:04:55 +00:00
Analysis [coroutines] Creation of promise object, lookup of operator co_await, building 2015-10-27 06:02:45 +00:00
Basic Simplify boolean conditional return statements in lib/Basic. 2015-10-24 23:15:31 +00:00
CodeGen [CodeGen] Attach function attributes to Objective-C and OpenMP 2015-10-28 02:30:47 +00:00
Driver Driver: support -fuse-ld= on cross windows 2015-10-28 04:45:58 +00:00
Edit Replace double negation of !FileID.isInvalid() with FileID.isValid(). 2015-10-03 10:46:20 +00:00
Format clang-format: When a line is formatted, also format subsequence lines if their indent is off. 2015-10-28 01:08:22 +00:00
Frontend Allow linking multiple bitcode files. 2015-10-27 17:56:59 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Handle target builtin options that are all required rather than 2015-10-27 06:11:03 +00:00
Index Roll-back r250822. 2015-10-20 13:23:58 +00:00
Lex Define weak and __weak to mean ARC-style weak references, even in MRC. 2015-10-22 18:38:17 +00:00
Parse [coroutines] Creation of promise object, lookup of operator co_await, building 2015-10-27 06:02:45 +00:00
Rewrite Roll-back r250822. 2015-10-20 13:23:58 +00:00
Sema Add the ability to define "fake" arguments on attributes. 2015-10-28 00:17:34 +00:00
Serialization [coroutines] Creation of promise object, lookup of operator co_await, building 2015-10-27 06:02:45 +00:00
StaticAnalyzer [analyzer] Assume escape is possible through system functions taking void* 2015-10-27 20:19:45 +00:00
Tooling Unbreak the shared cmake build. libToolingCore now depends on libAST. 2015-10-22 15:45:54 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00