Go to file
Rui Ueyama d0a480a6f2 [PECOFF] Remember /noentry option so that later passes can handle it.
This is a part of a larger change to move the entry point
processing to a later pass than the driver. On Windows the default
entry point function varies depending on user-provided functions.
That means the driver is not able to correctly know the entry point
function name. Only passes after the core linker can infer it.

llvm-svn: 213697
2014-07-22 22:19:42 +00:00
clang Use the correct from type in a SCS 2014-07-22 20:20:14 +00:00
clang-tools-extra [clang-tidy] Add a check for RAII temporaries. 2014-07-22 12:30:35 +00:00
compiler-rt Fix incompatible assembly in ARM builtins library 2014-07-22 20:59:41 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Add several missing double constant definitions 2014-07-17 22:07:35 +00:00
libcxx Fix classic_locale for Android. 2014-07-22 17:32:56 +00:00
libcxxabi libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. 2014-07-16 23:53:37 +00:00
lld [PECOFF] Remember /noentry option so that later passes can handle it. 2014-07-22 22:19:42 +00:00
lldb SBCommunication: Fix a pointer-to-function to void-pointer cast 2014-07-22 22:12:58 +00:00
llvm Appease the buildbots. 2014-07-22 22:02:19 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Update formatting with clang-format. 2014-07-20 05:28:52 +00:00