llvm-project/compiler-rt
Etienne Bergeron 74999eb50f Fix broken build bot
The address resolution is ussing RTLD_NEXT and not RTLD_DEFAULT.
Which means &func may not be equivalent to dlsym("func").

llvm-svn: 276951
2016-07-28 01:35:32 +00:00
..
cmake
include
lib Fix broken build bot 2016-07-28 01:35:32 +00:00
make
test [compiler-rt] Activate interception unittests 2016-07-27 15:29:49 +00:00
unittests
www
.arcconfig
.gitignore
CMakeLists.txt Revert "Default COMPILER_RT_BUILD_XRAY=ON" 2016-07-27 08:10:04 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
Makefile
README.txt

README.txt

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================