[AVR] Add release notes for 3.8
[oota-llvm.git] / test / Linker / link-type-names.ll
index b54c9db43dd53d8ba522fcf350f49a96fe2a1542..bfc3b64361dcf9159195a74bb44cbf5333525ae8 100644 (file)
@@ -1,5 +1,6 @@
 ; RUN: echo "%X = type { i32 } @G2 = global %X { i32 4 }" > %t.ll
 ; RUN: llvm-link %s %t.ll -S | FileCheck %s
+; PR11464
 
 %X = type { i32 }
 @G = global %X { i32 4 }