diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2009-11-19 09:07:01 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2009-11-19 09:07:01 +0000 |
| commit | 76e2e0ebfdd3d91b07a75822865ea3e9121a99ce (patch) | |
| tree | a6538b4d157788a304ec210ef6e85e64d192e860 /include/llvm/Support | |
| parent | 7d4538633051e831f1cc83816886bbafaa0e770d (diff) | |
Notes
Diffstat (limited to 'include/llvm/Support')
| -rw-r--r-- | include/llvm/Support/AIXDataTypesFix.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/include/llvm/Support/AIXDataTypesFix.h b/include/llvm/Support/AIXDataTypesFix.h deleted file mode 100644 index a9a9147de294c..0000000000000 --- a/include/llvm/Support/AIXDataTypesFix.h +++ /dev/null @@ -1,25 +0,0 @@ -//===-- llvm/Support/AIXDataTypesFix.h - Fix datatype defs ------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// -// This file overrides default system-defined types and limits which cannot be -// done in DataTypes.h.in because it is processed by autoheader first, which -// comments out any #undef statement -// -//===----------------------------------------------------------------------===// - -// No include guards desired! - -#ifndef SUPPORT_DATATYPES_H -#error "AIXDataTypesFix.h must only be included via DataTypes.h!" -#endif - -// GCC is strict about defining large constants: they must have LL modifier. -// These will be defined properly at the end of DataTypes.h -#undef INT64_MAX -#undef INT64_MIN |
