[pkg-d-commits] [ldc] 209/211: Fix codegen/asm_output test for RPi 1 (armv6) (#1972)

Matthias Klumpp mak at moszumanska.debian.org
Sun Apr 23 22:36:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.1.0
in repository ldc.

commit fe2b8bdbcbdb2f9c9dae920b9faada0c76a2ded6
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