[all-commits] [llvm/llvm-project] a037ea: Fix test from 5ff992 to work with win 32 bit, fix ...

Erich Keane via All-commits all-commits at lists.llvm.org
Tue Apr 26 06:37:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a037eace91a350b2a45d0b901f547903df3d3cb3
      https://github.com/llvm/llvm-project/commit/a037eace91a350b2a45d0b901f547903df3d3cb3
  Author: Erich Keane <erich.keane at intel.com>
  Date:   2022-04-26 (Tue, 26 Apr 2022)

  Changed paths:
    M clang/test/CodeGenCXX/no_auto_return_lambda.cpp

  Log Message:
  -----------
  Fix test from 5ff992 to work with win 32 bit, fix a typo.

See the discussion on D123319.  Default calling convention on Windows32
bit is to have 'this-call' for member functions, so add a wildcard to
take care of that.

Also, one of the FileCheck 'match' flags was incorrect, so fix that too.




More information about the All-commits mailing list