llvm-project/compiler-rt/lib
Nico Weber 39a02a7bed Fix bad regression from r263077 when building with MSVC.
That change did:

  -#if defined(__BIG_ENDIAN__)
  +#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__

If __BYTE_ORDER__ and __ORDER_BIG_ENDIAN__ aren't defined, like
they are with MSVC, this condition is true (0 == 0).

Fixes PR26919.

llvm-svn: 263324
2016-03-12 01:57:31 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [sanitizer] Add strlen to the common interceptors 2016-03-11 00:45:49 +00:00
builtins Add ARM EHABI support to gcc_personality_v0. 2016-03-09 13:20:17 +00:00
cfi [CMake] Assign components and dependencies during add_compiler_rt_resource_file 2016-02-23 21:50:39 +00:00
dfsan [cmake] Address Samsonov's post-commit review of r262723 2016-03-05 10:01:04 +00:00
interception [cmake] Address Samsonov's post-commit review of r262723 2016-03-05 10:01:04 +00:00
lsan [cmake] Address Samsonov's post-commit review of r262723 2016-03-05 10:01:04 +00:00
msan [sanitizer] Add strlen to the common interceptors 2016-03-11 00:45:49 +00:00
profile Fix test failure on darwin-i386 2016-03-09 21:45:37 +00:00
safestack [compiler-rt] [safestack] Enable for aarch64 2015-12-11 17:38:38 +00:00
sanitizer_common [Sanitizer][MIPS] internal lstat and fstat for mips64 2016-03-11 10:51:03 +00:00
stats [Sanitizer] Introduce ListOfModules object and use it to replace GetListOfModules(). 2016-02-22 18:52:51 +00:00
tsan [sanitizer] Add strlen to the common interceptors 2016-03-11 00:45:49 +00:00
ubsan Fix bad regression from r263077 when building with MSVC. 2016-03-12 01:57:31 +00:00
CMakeLists.txt Introduce stats and stats_client libraries. 2016-01-16 00:31:29 +00:00
Makefile.mk Remove autoconf support for building runtime libraries. 2016-01-26 21:31:12 +00:00