summaryrefslogtreecommitdiff
path: root/include/llvm/Config/AsmPrinters.def.in
Commit message (Collapse)AuthorAge
* replace a couple of single-line comments with /* */ to fix the build of ↵Nuno Lopes2012-09-02
| | | | | | stuff depending on the C headers git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163095 91177308-0d34-0410-b5e6-96231b3b80d8
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-16
initialization of all targets (InitializeAllTargets.h) or assembler printers (InitializeAllAsmPrinters.h). This is a step toward the elimination of relinked object files, so that we can build normal archives. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73543 91177308-0d34-0410-b5e6-96231b3b80d8