[llvm-commits] [hlvm] r38318 - /hlvm/trunk/test/invalid/emptyfunc.hlx
Reid Spencer
reid at x10sys.com
Sat Jul 7 17:02:18 PDT 2007
Author: reid
Date: Sat Jul 7 19:02:18 2007
New Revision: 38318
URL: http://llvm.org/viewvc/llvm-project?rev=38318&view=rev
Log:
Add a test for a non-external function with no defining block.
Added:
hlvm/trunk/test/invalid/emptyfunc.hlx
Added: hlvm/trunk/test/invalid/emptyfunc.hlx
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/test/invalid/emptyfunc.hlx?rev=38318&view=auto
==============================================================================
--- hlvm/trunk/test/invalid/emptyfunc.hlx (added)
+++ hlvm/trunk/test/invalid/emptyfunc.hlx Sat Jul 7 19:02:18 2007
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<hlvm xmlns="http://hlvm.org/src/hlvm/Reader/XML/HLVM.rng" pubid="http://hlvm.org/src/hlvm/test/invalid/emptyfunc.hlx">
+ <bundle id="emptyfunc">
+ <signature id="ftype" result="u32"></signature>
+ <function id="two" type="ftype"/>
+ </bundle>
+</hlvm>
More information about the llvm-commits
mailing list