Go to file
Rui Ueyama 5c59ab7f3d [PECOFF] Ignore /delay and /delayload options.
These options are to enable DLL delay loading. If enabled, DLL is loaded
at run time by a helper routine when a function in the DLL is actually called
for the first time, instead of making the Windows loader to load all DLLs at
startup time. This should shorten startup delay if an executable have many
imported symbols.

The linker needs to create a "delayed import table" and link delayimp.lib in
which helper functions are defined to support the feature.

For now, we just ignore the options, so that the linker does not complain when
it sees these options. We want to support them in the future.

llvm-svn: 191232
2013-09-23 22:41:46 +00:00
clang ObjectiveC migrator: Infer NS_OPTIONS when if there is at 2013-09-23 20:27:06 +00:00
clang-tools-extra Fixed test for compilation databases. 2013-09-23 19:02:25 +00:00
compiler-rt [asan] remove -fsanitize=use-after-return from the tests (this flag now comes with asan by default) 2013-09-23 14:34:06 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Peter Collingbourne: Fix warnings when compiling with -DNDEBUG. 2013-09-21 21:26:37 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [PECOFF] Ignore /delay and /delayload options. 2013-09-23 22:41:46 +00:00
lldb <rdar://problem/14701270> 2013-09-23 22:09:17 +00:00
llvm Make nomips16 mask not repeat if it ends with a '.'. 2013-09-23 22:36:11 +00:00
polly clang-format recent change 2013-09-17 03:30:36 +00:00