From dd58ef019b700900793a1eb48b52123db01b654e Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 30 Dec 2015 11:46:15 +0000 Subject: Vendor import of llvm trunk r256633: https://llvm.org/svn/llvm-project/llvm/trunk@256633 --- test/Bitcode/DISubprogram-distinct-definitions.ll | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/Bitcode/DISubprogram-distinct-definitions.ll (limited to 'test/Bitcode/DISubprogram-distinct-definitions.ll') diff --git a/test/Bitcode/DISubprogram-distinct-definitions.ll b/test/Bitcode/DISubprogram-distinct-definitions.ll new file mode 100644 index 0000000000000..5c6fb908be908 --- /dev/null +++ b/test/Bitcode/DISubprogram-distinct-definitions.ll @@ -0,0 +1,11 @@ +; RUN: llvm-dis < %s.bc | FileCheck %s +; Check that subprogram definitions are correctly upgraded to 'distinct'. +; Bitcode compiled from r245235 of the 3.7 release branch. + +!named = !{!0} +!0 = distinct !DICompileUnit(language: 12, file: !1, subprograms: !2) +!1 = !DIFile(filename: "path/to/file", directory: "/path/to/dir") +!2 = !{!3} + +; CHECK: = distinct !DISubprogram({{.*}}, isDefinition: true +!3 = !DISubprogram(name: "foo", isDefinition: true) -- cgit v1.3