[all-commits] [llvm/llvm-project] 7026a0: [llvm][Support] Fix backtrace output by removing '...

darkbuck via All-commits all-commits at lists.llvm.org
Thu Aug 17 12:59:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7026a0cacaa0b56e3758539c67b19ffa204fcd27
      https://github.com/llvm/llvm-project/commit/7026a0cacaa0b56e3758539c67b19ffa204fcd27
  Author: Michael Liao <michael.hliao at gmail.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M llvm/lib/Support/Unix/Signals.inc
    M llvm/unittests/Support/SignalsTest.cpp

  Log Message:
  -----------
  [llvm][Support] Fix backtrace output by removing '#'. NFC

- '#' has the string "0x" prepended for non-zero values. That results in
  inconsistent behavior between zero and non-zero values.




More information about the All-commits mailing list