Andrew Scull | 5e1ddfa | 2018-08-14 10:06:54 +0100 | [diff] [blame^] | 1 | //===-- llvm/Support/Compiler.h - Compiler abstraction support --*- 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 Demangler) 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 Demangler/it's a weird place to |
| 14 | // own this - but didn't seem to justify splitting Support into "lower support" |
| 15 | // and "upper support"). |
| 16 | // |
| 17 | //===----------------------------------------------------------------------===// |
| 18 | |
| 19 | #include "llvm/Demangle/Compiler.h" |