mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Include raw_ostream.h unconditionally even if it is only used for debug code.
We don't want any clients acidentally depending on this and then failing in a -Asserts build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119818 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e8e98d7f2e
commit
805f105da0
@ -106,10 +106,8 @@
|
||||
#include <limits>
|
||||
#include <iterator>
|
||||
|
||||
// FIXME: Remove debugging code
|
||||
#ifndef NDEBUG
|
||||
// FIXME: Remove debugging code.
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#endif
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user