[all-commits] [llvm/llvm-project] 57fd86: [AVR] Fix function pointer address space

vlasta-labsky via All-commits all-commits at lists.llvm.org
Wed Apr 1 01:09:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 57fd86de879cf2b4c7001b6d0a09df60877ce24d
      https://github.com/llvm/llvm-project/commit/57fd86de879cf2b4c7001b6d0a09df60877ce24d
  Author: Vlastimil Labsky <vlasta.labsky at gmail.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M clang/lib/CodeGen/CodeGenTypes.cpp

  Log Message:
  -----------
  [AVR] Fix function pointer address space

Summary:
Function pointers should be created with program address space.
This fixes function pointers on AVR.

Reviewers: dylanmckay

Reviewed By: dylanmckay

Subscribers: Jim, cfe-commits

Tags: #clang

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




More information about the All-commits mailing list