From 93c7ddbac574ab08559971a97b8fc6d18e7ab5ca Mon Sep 17 00:00:00 2001 From: Vsevolod Livinskiy Date: Sun, 24 Aug 2014 21:37:42 +0400 Subject: [PATCH] Added supported LLVM versions --- ctx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctx.cpp b/ctx.cpp index 7e1f8770..a2a07fb7 100644 --- a/ctx.cpp +++ b/ctx.cpp @@ -1555,7 +1555,7 @@ FunctionEmitContext::StartScope() { // Revision 216239 in LLVM removes support of DWARF discriminator // as the last argument currentPos.first_column); -#endif +#endif // LLVM 3.2, 3.3, 3.4 and 3.6+ AssertPos(currentPos, lexicalBlock.Verify()); debugScopes.push_back(lexicalBlock); }