Go to file
Bob Wilson 1e148fe064 When using -pg targeting OS X 10.8, pass -no_new_main to the linker.
By default on OS X 10.8, we don't link with a crt1.o file and the linker
knows to use _main as the entry point.  But, when compiling with -pg, we
need to link with the gcrt1.o file, and the linker needs to be told to use
the "start" symbol as the entry point.  The -no_new_main linker option does
that last part.  <rdar://problem/11491405>

llvm-svn: 159683
2012-07-03 20:42:10 +00:00
clang When using -pg targeting OS X 10.8, pass -no_new_main to the linker. 2012-07-03 20:42:10 +00:00
compiler-rt [ASan] fixup for r159652 2012-07-03 09:06:39 +00:00
debuginfo-tests Fix this for buggy gdb behavior alongside the change 2012-06-05 18:16:03 +00:00
libclc configure.py: Add an install rule. 2012-06-01 17:29:59 +00:00
libcxx mark operator new(std::nothrow) as noalias (aka __attribute__((malloc)) 2012-06-28 16:47:34 +00:00
libcxxabi Don't dereference root in __parse_ctor_dtor_name unless it is known to not be null. 2012-06-15 21:57:51 +00:00
lld Fix CMake build to use target_link_libraries. Patch by Sidney Manning! 2012-06-25 21:42:38 +00:00
lldb <rdar://problem/11744001> 2012-07-02 22:05:25 +00:00
llvm Use the DebugInfo's 'print()' method to emit the comments. 2012-07-03 20:01:02 +00:00
polly codegen.intrinsic: Update testcase to work with NVPTX backend 2012-07-03 08:18:34 +00:00