mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 04:31:08 +00:00
Oops, didn't mean to check in enabled debugging support. :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@962 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2b9f6004df
commit
b0f20d72b1
@ -16,7 +16,7 @@
|
|||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
// Enable to trace to figure out what the heck is going on when parsing fails
|
// Enable to trace to figure out what the heck is going on when parsing fails
|
||||||
#define TRACE_LEVEL 10
|
#define TRACE_LEVEL 0
|
||||||
|
|
||||||
#if TRACE_LEVEL // ByteCodeReading_TRACEer
|
#if TRACE_LEVEL // ByteCodeReading_TRACEer
|
||||||
#include "llvm/Assembly/Writer.h"
|
#include "llvm/Assembly/Writer.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user