Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
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: rust-lang/llvm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a5ef0696d7c103006d3cb1f4263bad0ca13adca8
Choose a base ref
...
head repository: rust-lang/llvm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d9e7d2696e41983b6b5a0b4fac604b4e548a84d3
Choose a head ref
  • 2 commits
  • 16 files changed
  • 2 contributors

Commits on Jul 18, 2017

  1. Move some error handling down to MCStreamer.

    This makes sure we get the same redefinition rules regardless of who
    is printing (asm parser, codegen) and to what (asm, obj).
    
    This fixes an unintentional regression in r293936.
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294752 91177308-0d34-0410-b5e6-96231b3b80d8
    espindola authored and pftbest committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    7cecd9e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #91 from pftbest/fix_asm

    Move some error handling down to MCStreamer.
    alexcrichton authored Jul 18, 2017
    Configuration menu
    Copy the full SHA
    d9e7d26 View commit details
    Browse the repository at this point in the history
Loading