Go to file
Rui Ueyama f8432d97f3 ELF2: Fix BSD's __progname symbol issue.
BSD's DSO files have undefined symbol "__progname" which is defined
in crt1.o. On that system, both user programs and system shared
libraries depend on each other.

In general, we need to put symbols defined by user programs which are
referenced by shared libraries to user program's .dynsym.

http://reviews.llvm.org/D13637

llvm-svn: 250176
2015-10-13 16:34:14 +00:00
clang Always pass a -dwarf-version argument to integrated as. 2015-10-13 16:22:51 +00:00
clang-tools-extra Appeasing build bots by linking in the proper libraries. 2015-10-13 15:42:06 +00:00
compiler-rt [msan] Add __msan_copy_shadow interface function. 2015-10-12 23:20:24 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Mark 2447 and 2466 as completed. 2015-10-12 16:25:21 +00:00
libcxxabi Fix Bug 25103 - _cxa_demangle improperly demangles virtual thunks. Thanks to Jason King for the report and suggested fix 2015-10-12 20:45:05 +00:00
libunwind unwind: Allow the building of libunwind for MIPS. 2015-09-26 18:26:01 +00:00
lld ELF2: Fix BSD's __progname symbol issue. 2015-10-13 16:34:14 +00:00
lldb Symbols::LocateExecutableSymbolFile() shouldn't try to look for files in /usr/lib/debug on Windows 2015-10-13 16:30:28 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm function names should start with a lower case letter; NFC 2015-10-13 16:23:00 +00:00
openmp [OPENMP][TESTSUITE] Undefined variable in test omp_task_final.c 2015-10-12 17:01:05 +00:00
polly RegisterPasses: Optionally run inliner before Polly 2015-10-12 20:03:44 +00:00