llvm-6502/unittests
Nick Lewycky 21cc4460ef Add support for embedded metadata to LLVM. This introduces two new types of
Constant, MDString and MDNode which can only be used by globals with a name
that starts with "llvm." or as arguments to a function with the same naming
restriction.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68420 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-04 07:22:01 +00:00
..
ADT Add llvm::Triple class for abstracting access to target triples. 2009-04-01 21:53:23 +00:00
Support Make the constants fit. 2009-04-01 22:44:18 +00:00
VMCore Add support for embedded metadata to LLVM. This introduces two new types of 2009-04-04 07:22:01 +00:00
Makefile Converted a1.ll to unittests. 2009-03-24 21:36:09 +00:00
Makefile.unittest include Makefile.common before using $(BuildMode) to get its definition 2009-04-01 00:35:00 +00:00
TestMain.cpp