[all-commits] [llvm/llvm-project] a73b50: Revert "[llvm][clang][bolt][NFC] Use llvm::less_fi...

Balazs Benics via All-commits all-commits at lists.llvm.org
Fri May 27 02:19:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a73b50ad0649d635433547ff51cd73d2ce9f085b
      https://github.com/llvm/llvm-project/commit/a73b50ad0649d635433547ff51cd73d2ce9f085b
  Author: Balazs Benics <balazs.benics at sigmatechnology.se>
  Date:   2022-05-27 (Fri, 27 May 2022)

  Changed paths:
    M bolt/lib/Passes/LongJmp.cpp
    M clang/lib/Frontend/FrontendAction.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/lib/Sema/SemaStmtAsm.cpp
    M clang/lib/StaticAnalyzer/Frontend/AnalyzerHelpFlags.cpp
    M clang/unittests/Introspection/IntrospectionTest.cpp
    M llvm/include/llvm/ExecutionEngine/Orc/Core.h
    M llvm/lib/IR/Attributes.cpp
    M llvm/lib/ObjCopy/MachO/MachOWriter.cpp
    M llvm/tools/dsymutil/DebugMap.cpp
    M llvm/tools/llvm-reduce/deltas/ReduceAttributes.cpp

  Log Message:
  -----------
  Revert "[llvm][clang][bolt][NFC] Use llvm::less_first() when applicable"

This reverts commit 3988bd13988aad72ec979beb2361e8738584926b.

Did not build on this bot:
https://lab.llvm.org/buildbot#builders/215/builds/6372

/usr/include/c++/9/bits/predefined_ops.h:177:11: error: no match for call to
‘(llvm::less_first) (std::pair<long unsigned int, llvm::bolt::BinaryBasicBlock*>&, const std::pair<long unsigned int, std::nullptr_t>&)’
  177 |  { return bool(_M_comp(*__it, __val)); }




More information about the All-commits mailing list