[all-commits] [llvm/llvm-project] 3ad0c6: [clang-repl][NFC] Fix calling convention mismatch ...

elizabethandrews via All-commits all-commits at lists.llvm.org
Tue Nov 30 13:27:12 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ad0c6b75ea503e0a5bf2faaad9a34da0a020de0
      https://github.com/llvm/llvm-project/commit/3ad0c6b75ea503e0a5bf2faaad9a34da0a020de0
  Author: Elizabeth Andrews <elizabeth.andrews at intel.com>
  Date:   2021-11-30 (Tue, 30 Nov 2021)

  Changed paths:
    M clang/unittests/Interpreter/InterpreterTest.cpp

  Log Message:
  -----------
  [clang-repl][NFC] Fix calling convention mismatch in test

Test failed on x86 platforms due to a calling convention mismatch
when member function was called like a free function. In this patch,
member function is marked static to address this.




More information about the All-commits mailing list