[all-commits] [llvm/llvm-project] 4cff1b: Do not apply calling conventions to MSVC entry points

elizabethandrews via All-commits all-commits at lists.llvm.org
Wed Sep 16 09:42:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4cff1b40dacf6a5489b09657d94ea4757b8cd3b0
      https://github.com/llvm/llvm-project/commit/4cff1b40dacf6a5489b09657d94ea4757b8cd3b0
  Author: Elizabeth Andrews <elizabeth.andrews at intel.com>
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
    M clang/lib/Sema/SemaDecl.cpp
    M clang/test/CodeGenCXX/default_calling_conv.cpp

  Log Message:
  -----------
  Do not apply calling conventions to MSVC entry points

Fix link error for MSVC entry points when calling conventions
are specified. MSVC entry points should have default calling
convention.

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




More information about the All-commits mailing list