[llvm] r233560 - DebugInfo: Rename some testcases
Duncan P. N. Exon Smith
dexonsmith at apple.com
Mon Mar 30 09:21:28 PDT 2015
Author: dexonsmith
Date: Mon Mar 30 11:21:28 2015
New Revision: 233560
URL: http://llvm.org/viewvc/llvm-project?rev=233560&view=rev
Log:
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.
Added:
llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-scope.ll
- copied, changed from r233559, llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-parent.ll
llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-scope.ll
- copied, changed from r233559, llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-parent.ll
llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll
- copied, changed from r233559, llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-parent.ll
Removed:
llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-parent.ll
llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-parent.ll
llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-parent.ll
Removed: llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-parent.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-parent.ll?rev=233559&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-parent.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-parent.ll (removed)
@@ -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)
Copied: llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-scope.ll (from r233559, llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-parent.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-scope.ll?p2=llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-scope.ll&p1=llvm/trunk/test/Assembler/invalid-mdimportedentity-missing-parent.ll&r1=233559&r2=233560&rev=233560&view=diff
==============================================================================
(empty)
Removed: llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-parent.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-parent.ll?rev=233559&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-parent.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-parent.ll (removed)
@@ -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)
Copied: llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-scope.ll (from r233559, llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-parent.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-scope.ll?p2=llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-scope.ll&p1=llvm/trunk/test/Assembler/invalid-mdlexicalblock-missing-parent.ll&r1=233559&r2=233560&rev=233560&view=diff
==============================================================================
(empty)
Removed: llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-parent.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-parent.ll?rev=233559&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-parent.ll (original)
+++ llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-parent.ll (removed)
@@ -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)
Copied: llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll (from r233559, llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-parent.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll?p2=llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll&p1=llvm/trunk/test/Assembler/invalid-mdlexicalblockfile-missing-parent.ll&r1=233559&r2=233560&rev=233560&view=diff
==============================================================================
(empty)
More information about the llvm-commits
mailing list