forked from OSchip/llvm-project
parent
6089bb1f19
commit
1f018c2d01
|
@ -40,7 +40,7 @@ BytesWritten("bytecodewriter", "Number of bytecode bytes written");
|
|||
|
||||
|
||||
BytecodeWriter::BytecodeWriter(std::deque<unsigned char> &o, const Module *M)
|
||||
: Out(o), Table(M, false) {
|
||||
: Out(o), Table(M, true) {
|
||||
|
||||
outputSignature();
|
||||
|
||||
|
|
Loading…
Reference in New Issue