From efee86fa2ecd7f10287f935a5e505ffed3cd3cda Mon Sep 17 00:00:00 2001 From: aguskov Date: Tue, 14 Oct 2014 17:17:49 +0400 Subject: [PATCH] Update 3_5_win_coff_debug_info.patch --- llvm_patches/3_5_win_coff_debug_info.patch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm_patches/3_5_win_coff_debug_info.patch b/llvm_patches/3_5_win_coff_debug_info.patch index d0ed26c1..b1d26469 100644 --- a/llvm_patches/3_5_win_coff_debug_info.patch +++ b/llvm_patches/3_5_win_coff_debug_info.patch @@ -1,3 +1,5 @@ +# This patch allows ISPC code to be debugged in Visual Studio 2012 and above +# Requires LLVM 3.5 Index: include/llvm/Support/COFF.h =================================================================== --- include/llvm/Support/COFF.h (revision 215535)