Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Compilation failure if optimisations are turned off #15

Closed
@dylanmckay

Description

@dylanmckay

If there are no optimisations enabled, LLVM crashes in `LiveVariables.cpp" with the message

regalloc=... not currently supported with -O0

This occurs with

  • llc (whose defaults are -O2, and so it'll only crash if you explicitly pass -O0
  • avr-rust
  • @4ntoine's clang fork

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions