1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/lib/Bitcode
Manman Ren 644e8f4a5b Debug Info: drop debug info via upgrading path if version number does not match.
Add a helper function getDebugInfoVersionFromModule to return the debug info
version number for a module.

"Verifier/module-flags-1.ll" checks for verification errors.
It will seg fault when calling getDebugInfoVersionFromModule because of the
incorrect format for module flags in the testing case. We make
getModuleFlagsMetadata more robust by checking for error conditions.

PR17982

llvm-svn: 196158
2013-12-02 21:29:56 +00:00
..
Reader Debug Info: drop debug info via upgrading path if version number does not match. 2013-12-02 21:29:56 +00:00
Writer Fix spacing, forward declare order. 2013-11-18 02:51:33 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile