llvm-6502/unittests/VMCore
Benjamin Kramer 189f231a4b Postpone the deletion of the old name in StructType::setName to allow using a slice of the old name.
Fixes PR13522. Add a rudimentary unit test to exercise the behavior.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161296 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-04 09:47:02 +00:00
..
CMakeLists.txt Move the IRBuilder unittest from Support to VMCore. This got missed in 2012-07-16 07:44:45 +00:00
ConstantsTest.cpp
DominatorTreeTest.cpp
InstructionsTest.cpp Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with 2012-07-15 23:26:50 +00:00
IRBuilderTest.cpp Add support for attaching branch weight metadata directly from the IRBuilder. 2012-07-16 07:45:06 +00:00
Makefile llvm/unittests: Simplify LINK_COMPONENTS. 2012-06-21 22:17:51 +00:00
MDBuilderTest.cpp Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with 2012-07-15 23:26:50 +00:00
MetadataTest.cpp
PassManagerTest.cpp Fix typos found by http://github.com/lyda/misspell-check 2012-06-02 10:20:22 +00:00
TypeBuilderTest.cpp Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes 2012-07-15 23:45:24 +00:00
TypesTest.cpp Postpone the deletion of the old name in StructType::setName to allow using a slice of the old name. 2012-08-04 09:47:02 +00:00
ValueMapTest.cpp
VerifierTest.cpp