Skip to content
  1. May 05, 2013
  2. May 04, 2013
  3. May 03, 2013
    • Bill Wendling's avatar
      67758579
    • Ulrich Weigand's avatar
      · b9d5d073
      Ulrich Weigand authored
      [PowerPC] Avoid using '$' in generated assembler code
      
      PowerPC assemblers are supposed to support a stand-alone '$' symbol
      as an alternative of '.' to refer to the current PC.  This does not
      work in the LLVM assembler parser yet.
      
      To avoid bootstrap failures when using the LLVM assembler as system
      assembler, this patch modifies the assembler source code generated
      by LLVM to avoid using '$' (and simply use '.' instead).
      
      llvm-svn: 181054
      b9d5d073
Loading