mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-22 00:37:49 +00:00
eliminate dependency on Bitcode headers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44709 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
065d97e7fc
commit
73481e04da
@ -16,14 +16,15 @@
|
||||
#define LLVM_APINT_H
|
||||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include "llvm/Bitcode/SerializationFwd.h"
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
|
||||
#define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1]
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class Serializer;
|
||||
class Deserializer;
|
||||
|
||||
/* An unsigned host type used as a single part of a multi-part
|
||||
bignum. */
|
||||
typedef uint64_t integerPart;
|
||||
|
Loading…
x
Reference in New Issue
Block a user