mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-15 14:28:25 +00:00
Add debug support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2105 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8b88b3b5bf
commit
b3afb1f076
@ -52,6 +52,10 @@ public:
|
||||
|
||||
std::string getError() const { return Error; }
|
||||
|
||||
void dump() const {
|
||||
cerr << "BytecodeParser instance!\n";
|
||||
}
|
||||
|
||||
private: // All of this data is transient across calls to ParseBytecode
|
||||
Module *TheModule; // Current Module being read into...
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user