[all-commits] [llvm/llvm-project] cfc002: [AVR] Support aliases in non-zero address space

Ayke via All-commits all-commits at lists.llvm.org
Mon Apr 13 15:43:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cfc002714a208bdbc51fade56141a38fbba26e24
      https://github.com/llvm/llvm-project/commit/cfc002714a208bdbc51fade56141a38fbba26e24
  Author: Ayke van Laethem <aykevanlaethem at gmail.com>
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
    M clang/lib/CodeGen/CodeGenModule.cpp
    A clang/test/CodeGen/alias-avr.c

  Log Message:
  -----------
  [AVR] Support aliases in non-zero address space

This fixes code like the following on AVR:

void foo(void) {
}
void bar(void) __attribute__((alias("foo")));

Code like this is present in compiler-rt, which I'm trying to build.

Differential Revision: https://reviews.llvm.org/D76182




More information about the All-commits mailing list