1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 22:42:46 +02:00
llvm-mirror/unittests/VMCore
Nick Lewycky eea5412e19 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.

llvm-svn: 68420
2009-04-04 07:22:01 +00:00
..
ConstantsTest.cpp Converted a1.ll to unittests. 2009-03-24 21:36:09 +00:00
Makefile Converted a1.ll to unittests. 2009-03-24 21:36:09 +00:00
MetadataTest.cpp Add support for embedded metadata to LLVM. This introduces two new types of 2009-04-04 07:22:01 +00:00