summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/VMCore/MDBuilderTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth2012-07-151-0/+107
IRBuilder, DIBuilder, etc. This is the proper layering as MDBuilder can't be used (or implemented) without the Core Metadata representation. Patches to Clang and Dragonegg coming up. llvm-svn: 160237
OpenPOWER on IntegriCloud