Go to file
Saleem Abdulrasool b2aa4726d2 profile: adjust flags for libdl
dlopen expects that the flags contains RTLD_LAZY or RTLD_NOW.  RTLD_LAZY will
resolve the symbol on first use, and is generally preferred due to efficiency.
Add this to fix the test failure on the build bots.

llvm-svn: 209098
2014-05-18 19:33:39 +00:00
clang Ongoing RAV reunification 2014-05-18 18:38:28 +00:00
clang-tools-extra Track clang changes from r209061 2014-05-17 04:54:13 +00:00
compiler-rt profile: adjust flags for libdl 2014-05-18 19:33:39 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx Update cstddef after clang r207606. 2014-05-16 01:45:02 +00:00
libcxxabi Fix typo in comment. 2014-05-14 17:16:57 +00:00
lld [Mips] Fix calculation of initial GOT entry value when this entry is 2014-05-17 04:58:26 +00:00
lldb Introduce the concept of a "display name" for types 2014-05-17 19:14:17 +00:00
llvm ARM: make libcall setup more table driven 2014-05-18 16:39:11 +00:00
openmp Add testsuite from OpenUH 2014-05-10 17:02:09 +00:00
polly Do not run GPGPU test cases without nvptx target 2014-05-14 14:18:14 +00:00