Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RepMovs and RepStos data constructors not in scope #15

Closed
pgoodman opened this issue Jul 31, 2018 · 2 comments
Closed

RepMovs and RepStos data constructors not in scope #15

pgoodman opened this issue Jul 31, 2018 · 2 comments

Comments

@pgoodman
Copy link

Platform info:

pag@ubuntu:~/reopt$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.4.3
pag@ubuntu:~/reopt$ cabal --version
cabal-install version 1.24.0.2
compiled using version 1.24.2.0 of the Cabal library 
pag@ubuntu:~/reopt$ uname -a
Linux ubuntu 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
pag@ubuntu:~/reopt$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"

Error:

[ 7 of 18] Compiling Reopt.CFG.LLVM.X86 ( src/Reopt/CFG/LLVM/X86.hs, /home/pag/reopt/dist-newstyle/build/reopt-0.1.0/build/Reopt/CFG/LLVM/X86.o )

src/Reopt/CFG/LLVM/X86.hs:224:5: error:
    Not in scope: data constructor ‘RepMovs’
    |
224 |     RepMovs bytesPerCopy destExpr srcExpr cntExpr dirExpr -> do
    |     ^^^^^^^

src/Reopt/CFG/LLVM/X86.hs:245:5: error:
    Not in scope: data constructor ‘RepStos’
    |
245 |     RepStos bytesPerCopy destExpr srcExpr cntExpr dirExpr -> do
    |     ^^^^^^^
@pgoodman
Copy link
Author

pgoodman commented Aug 1, 2018

This is now resolved with the latest commit.

@pgoodman pgoodman closed this as completed Aug 1, 2018
@joehendrix
Copy link
Contributor

Thanks for the report. I'll plan to get CI integration soon to reduce these risks in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants