Added supported LLVM versions

This commit is contained in:
Vsevolod Livinskiy
2014-08-24 21:37:42 +04:00
parent 5ba7d2696d
commit 93c7ddbac5

View File

@@ -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);
}