commit | 2230513fc0ba455c6de39525dded4274dfb0146b | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Wed May 13 10:58:45 2009 -0700 |
committer | Jack Palevich <jackpal@google.com> | Wed May 13 10:58:45 2009 -0700 |
tree | 813c19c0b7c588e193c9c1e69d2a0c273c2dbb2b | |
parent | 2ac16b7e46753238312475cf16aa910c1897c5d0 [diff] [blame] |
Add stub Arm code generator.
diff --git a/libacc/test b/libacc/test index 17d7b55..be883a6 100755 --- a/libacc/test +++ b/libacc/test
@@ -1,2 +1,3 @@ #!/bin/sh -g++ acc.cpp -ldl -o tests/acc && tests/acc tests/otcc.c -T tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig +g++ acc.cpp -ldl -o tests/acc && tests/acc tests/otcc.c -a x86 -d tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig +tests/acc tests/simplest.c