mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
552e7f96b1
An error that is pretty easy to make is to use the lazy bitcode reader and then do something like if (V.use_empty()) The problem is that uses in unmaterialized functions are not accounted for. This patch adds asserts that all uses are known. llvm-svn: 256105 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
llvm-extract.cpp | ||
LLVMBuild.txt | ||
Makefile |