]> granicus.if.org Git - clang/commit
Debug Info: add a "Debug Info Version" module flag to output the current debug
authorManman Ren <manman.ren@gmail.com>
Fri, 22 Nov 2013 19:42:45 +0000 (19:42 +0000)
committerManman Ren <manman.ren@gmail.com>
Fri, 22 Nov 2013 19:42:45 +0000 (19:42 +0000)
commit520b4454cd6c6530272a530911f86c93bba4d7c1
tree91cd89c3a4ab05fceb827c5a51f16ceff718b477
parent9f8ce20da1c4abeadfab0baefed51e2c7111b82b
Debug Info: add a "Debug Info Version" module flag to output the current debug
info version number.

Will error out when modules have different version numbers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195495 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/debug-info-version.c [new file with mode: 0644]