[pkg-d-commits] [ldc] 42/149: Fix codegen/asm_output test for RPi 1 (armv6) (#1972)
Matthias Klumpp
mak at moszumanska.debian.org
Sun Apr 23 22:36:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
mak pushed a commit to annotated tag v1.2.0
in repository ldc.
commit bb9128f911b74713c20c4b358fb387bf547fa6d5
Author: Dan Olson <smolt at users.noreply.github.com>
Date: Thu Jan 19 11:48:04 2017 -0800
Fix codegen/asm_output test for RPi 1 (armv6) (#1972)
armv6 instruction set is a little different.
---
tests/codegen/asm_output.d | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/codegen/asm_output.d b/tests/codegen/asm_output.d
index f3bc8d0..74d1d2c 100644
--- a/tests/codegen/asm_output.d
+++ b/tests/codegen/asm_output.d
@@ -5,5 +5,5 @@ int foo() {
return 42;
// Try to keep these very simple checks independent of architecture:
// LLVM: ret i32 42
-// ASM: {{(\$|#)}}42
+// ASM: {{(\$|#|.long )}}42
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git
More information about the pkg-d-commits
mailing list