Giter VIP home page Giter VIP logo

Comments (5)

bhansconnect avatar bhansconnect commented on May 31, 2024 2

This should fix for at least regular linux: roc-lang/roc#6515

I'm not sure what is going on with musl yet.

from basic-webserver.

bhansconnect avatar bhansconnect commented on May 31, 2024 1

This is not caused by roc-lang/roc#3609

It is probably caused by the compiler-rt related changes that got pulled into this PR: roc-lang/roc#6216

Zig should be automatically bundling the compiler-rt and libc related functions that we use in the builtins. That should include memcpy and memset. My guess is that it is still getting removed by DCE for some reason.

Need to circle back to this when I have more time, but first steps would be to double check the zig generated llvm ir actually has these functions and if it does, double check our llvm DCE related passes and such.

EDIT: If I don't circle back to this in like a week and no one else fixes it, can someone ping me?

from basic-webserver.

Anton-4 avatar Anton-4 commented on May 31, 2024

Temporary workaround:

roc build ~/gitrepos/basic-webserver/examples/todos.roc --linker=legacy

from basic-webserver.

RMailaender avatar RMailaender commented on May 31, 2024

this bug seems to block the git build pipeline. Should we, as a temporary workaround change the ci/all_tests.sh script, so it uses --linker=legacy until the bug is fiexed?

from basic-webserver.

RMailaender avatar RMailaender commented on May 31, 2024

@bhansconnect Ping! :)

from basic-webserver.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.