From: Duncan P. N. Exon Smith Date: Mon, 30 Mar 2015 16:21:28 +0000 (+0000) Subject: DebugInfo: Rename some testcases X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0c251f74ef730bf462ad4f09aac50b2721b81a5e;p=oota-llvm.git DebugInfo: Rename some testcases Momentarily (but never in tree), the `scope:` field was called `parent:`. Apparently a few testcases were left behind with "parent" in the name, so rename them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233560 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/invalid-mdimportedentity-missing-parent.ll b/test/Assembler/invalid-mdimportedentity-missing-parent.ll deleted file mode 100644 index 710a0276480..00000000000 --- a/test/Assembler/invalid-mdimportedentity-missing-parent.ll +++ /dev/null @@ -1,4 +0,0 @@ -; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s - -; CHECK: [[@LINE+1]]:51: error: missing required field 'scope' -!3 = !MDImportedEntity(tag: DW_TAG_imported_module) diff --git a/test/Assembler/invalid-mdimportedentity-missing-scope.ll b/test/Assembler/invalid-mdimportedentity-missing-scope.ll new file mode 100644 index 00000000000..710a0276480 --- /dev/null +++ b/test/Assembler/invalid-mdimportedentity-missing-scope.ll @@ -0,0 +1,4 @@ +; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s + +; CHECK: [[@LINE+1]]:51: error: missing required field 'scope' +!3 = !MDImportedEntity(tag: DW_TAG_imported_module) diff --git a/test/Assembler/invalid-mdlexicalblock-missing-parent.ll b/test/Assembler/invalid-mdlexicalblock-missing-parent.ll deleted file mode 100644 index cdd12afde58..00000000000 --- a/test/Assembler/invalid-mdlexicalblock-missing-parent.ll +++ /dev/null @@ -1,4 +0,0 @@ -; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s - -; CHECK: [[@LINE+1]]:29: error: missing required field 'scope' -!0 = !MDLexicalBlock(line: 7) diff --git a/test/Assembler/invalid-mdlexicalblock-missing-scope.ll b/test/Assembler/invalid-mdlexicalblock-missing-scope.ll new file mode 100644 index 00000000000..cdd12afde58 --- /dev/null +++ b/test/Assembler/invalid-mdlexicalblock-missing-scope.ll @@ -0,0 +1,4 @@ +; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s + +; CHECK: [[@LINE+1]]:29: error: missing required field 'scope' +!0 = !MDLexicalBlock(line: 7) diff --git a/test/Assembler/invalid-mdlexicalblockfile-missing-parent.ll b/test/Assembler/invalid-mdlexicalblockfile-missing-parent.ll deleted file mode 100644 index 1c901e25cb5..00000000000 --- a/test/Assembler/invalid-mdlexicalblockfile-missing-parent.ll +++ /dev/null @@ -1,4 +0,0 @@ -; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s - -; CHECK: [[@LINE+1]]:42: error: missing required field 'scope' -!0 = !MDLexicalBlockFile(discriminator: 0) diff --git a/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll b/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll new file mode 100644 index 00000000000..1c901e25cb5 --- /dev/null +++ b/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll @@ -0,0 +1,4 @@ +; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s + +; CHECK: [[@LINE+1]]:42: error: missing required field 'scope' +!0 = !MDLexicalBlockFile(discriminator: 0)