diff options
author | Hans Wennborg <hans@hanshq.net> | 2017-05-17 16:44:08 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2017-05-17 16:44:08 +0000 |
commit | 4035ec59bf30bedce65ad8a6f81f966944654ac1 (patch) | |
tree | 17c48d500438d8433ca7b22bd89812bd306557a2 /llvm/lib/Support/CrashRecoveryContext.cpp | |
parent | 0daa7074bfeef43f656ddac3253b20b95ee15ffa (diff) | |
download | bcm5719-llvm-4035ec59bf30bedce65ad8a6f81f966944654ac1.tar.gz bcm5719-llvm-4035ec59bf30bedce65ad8a6f81f966944654ac1.zip |
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
Diffstat (limited to 'llvm/lib/Support/CrashRecoveryContext.cpp')
0 files changed, 0 insertions, 0 deletions