summaryrefslogtreecommitdiff
path: root/orc-test/orctest.c
diff options
context:
space:
mode:
Diffstat (limited to 'orc-test/orctest.c')
-rw-r--r--orc-test/orctest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/orc-test/orctest.c b/orc-test/orctest.c
index cdcea6b..2a1373a 100644
--- a/orc-test/orctest.c
+++ b/orc-test/orctest.c
@@ -174,7 +174,7 @@ orc_test_gcc_compile_neon (OrcProgram *p)
sprintf(dump_filename, "%s-dump.bin", base);
sprintf(dump_dis_filename, "%s-dump.dis", base);
- target = orc_target_get_by_name ("arm");
+ target = orc_target_get_by_name ("neon");
flags = orc_target_get_default_flags (target);
flags |= ORC_TARGET_NEON_CLEAN_COMPILE;