| 1 | //===-- llvm/Support/DataTypes.h - Define fixed size types ------*- C++ -*-===// |
| 2 | // |
| 3 | // The LLVM Compiler Infrastructure |
| 4 | // |
| 5 | // This file is distributed under the University of Illinois Open Source |
| 6 | // License. See LICENSE.TXT for details. |
| 7 | // |
| 8 | //===----------------------------------------------------------------------===// |
| 9 | // |
| 10 | // Due to layering constraints (Support depends on llvm-c) this is a thin |
| 11 | // wrapper around the implementation that lives in llvm-c, though most clients |
| 12 | // can/should think of this as being provided by Support for simplicity (not |
| 13 | // many clients are aware of their dependency on llvm-c). |
| 14 | // |
| 15 | //===----------------------------------------------------------------------===// |
| 16 | |
| 17 | #include "llvm-c/DataTypes.h" |
| 18 | |