[llvm] r204483 - Remove redundant test.

Rafael Espindola rafael.espindola at gmail.com
Fri Mar 21 10:26:35 PDT 2014


Author: rafael
Date: Fri Mar 21 12:26:35 2014
New Revision: 204483

URL: http://llvm.org/viewvc/llvm-project?rev=204483&view=rev
Log:
Remove redundant test.

The production of the .eh symbols is done from MC now and we already have tests
for it.

Removed:
    llvm/trunk/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll

Removed: llvm/trunk/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll?rev=204482&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll (removed)
@@ -1,10 +0,0 @@
-; RUN: llc < %s -disable-cfi -march=x86-64 -mtriple=x86_64-apple-darwin9 | grep ^__Z1fv.eh
-; RUN: llc < %s -disable-cfi -march=x86    -mtriple=i386-apple-darwin9 | grep ^__Z1fv.eh
-
-define void @_Z1fv() {
-entry:
-	br label %return
-
-return:
-	ret void
-}





More information about the llvm-commits mailing list