Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: weyrick/corvus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: hopeseekr-contribs/corvus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Sep 28, 2020

  1. At least I got it to compile with g++ 10.2 and LLVM 10.

    It still instantly segfaults with:
    
        Process 3464178 launched: '/code/contribs/corvus/build/frontend/corvus' (x86_64)
        Process 3464178 stopped
        * thread #1, name = 'corvus', stop reason = signal SIGSEGV: invalid address (fault address: 0x8)
            frame #0: 0x00007ffff7e96868 libcorvus.so`llvm::MemoryBuffer::getBufferStart() const + 12
        libcorvus.so`llvm::MemoryBuffer::getBufferStart:
        ->  0x7ffff7e96868 <+12>: movq   0x8(%rax), %rax
            0x7ffff7e9686c <+16>: popq   %rbp
            0x7ffff7e9686d <+17>: retq
    hopeseekr committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    9e7e76a View commit details
    Browse the repository at this point in the history
Loading