mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 12:19:23 +08:00
When trying to use <setjmp.h>, it will try to include llvm-libc-types/sigjmp_buf.h due to the way that headergen works. This commit creates a dummy file, as the real implementation is found in llvm-libc-types/jmp_buf.h.