[all-commits] [llvm/llvm-project] 822621: Ignore test on X86

Paschalis Mpeis via All-commits all-commits at lists.llvm.org
Mon Jul 15 00:00:30 PDT 2024


  Branch: refs/heads/users/paschalis-mpeis/nfc-rename-createDummyReturnFunction
  Home:   https://github.com/llvm/llvm-project
  Commit: 822621c2f7d3417f6bd8552b381799c3b5b2d84f
      https://github.com/llvm/llvm-project/commit/822621c2f7d3417f6bd8552b381799c3b5b2d84f
  Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
  Date:   2024-07-12 (Fri, 12 Jul 2024)

  Changed paths:
    M bolt/test/AArch64/dummy-return.s

  Log Message:
  -----------
  Ignore test on X86


  Commit: 62d93988d7afbd43ef90bf8e907060da46441f92
      https://github.com/llvm/llvm-project/commit/62d93988d7afbd43ef90bf8e907060da46441f92
  Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
  Date:   2024-07-15 (Mon, 15 Jul 2024)

  Changed paths:
    M bolt/include/bolt/Core/MCPlusBuilder.h
    M bolt/lib/Passes/Instrumentation.cpp

  Log Message:
  -----------
  [NFC][BOLT] Rename createDummyReturnFunction to createReturnInstructionList

createDummyReturnFunction is not creating a function but instead only
a function body that is simply a return statement.
This patch renames it to:
createReturnInstructionList


Compare: https://github.com/llvm/llvm-project/compare/2e9d663a9a16...62d93988d7af

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list