Go to file
Hans Wennborg 4035ec59bf Include setjmp.h unconditionally in asan_test_utils.h
It's used in asan_test.cc also on Windows, and my build was failing
with:

C:/src/llvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:549:28: error: unknown type name 'jmp_buf'
NOINLINE void LongJmpFunc1(jmp_buf buf) {
                           ^
C:/src/llvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:569:10: error: unknown type name 'jmp_buf'
  static jmp_buf buf;
         ^

I couldn't find what changed to make this not work anymore, but this should fix
it.

llvm-svn: 303273
2017-05-17 16:44:08 +00:00
clang clang-cl: Fix path-based MSVC version detection 2017-05-17 15:27:44 +00:00
clang-tools-extra Change getChecksFilter() interface to hide implementation details. 2017-05-17 14:39:47 +00:00
compiler-rt Include setjmp.h unconditionally in asan_test_utils.h 2017-05-17 16:44:08 +00:00
debuginfo-tests Add additional CHECKs to safestack.c. 2017-04-17 17:57:05 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Mark the copy constructor and move 2017-05-17 15:30:01 +00:00
libcxxabi [libcxxabi] Fix the test case committed in r303175. 2017-05-16 18:18:03 +00:00
libunwind [libunwind] Fix executable stack directive on Linux. 2017-05-16 20:18:57 +00:00
lld Revert r303225 "Garbage collect dllimported symbols." 2017-05-17 16:22:03 +00:00
lldb Make TestConflictingSymbol run on non-darwin targets 2017-05-17 11:47:44 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm Workaround for incorrect Win32 header on GCC. 2017-05-17 16:39:33 +00:00
openmp Fix for KMP_AFFINITY=respect with multiple processor groups 2017-05-15 19:05:59 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopInfo] Remove unused MemoryAccess::BaseName. NFC. 2017-05-16 16:52:24 +00:00