[all-commits] [llvm/llvm-project] a7f183: [Orc] Fix sret/byval attributes in test (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Jul 20 11:47:37 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7f183afe7cc792c50d64b3b9ea22269c87ec35f
      https://github.com/llvm/llvm-project/commit/a7f183afe7cc792c50d64b3b9ea22269c87ec35f
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M llvm/unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp

  Log Message:
  -----------
  [Orc] Fix sret/byval attributes in test (NFC)

This was placing sret/byval attributes without type argument on
non-pointer arguments. Make this valid IR by using pointer
arguments and passing the corresponding attribute type argument.




More information about the All-commits mailing list