[PATCH] D111948: [Demangle] Add prepend functionality to OutputString

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 12:55:16 PDT 2021


dblaikie added a comment.

I'm having trouble applying this patch locally - I get:

  $ arc patch D111948
  Created and checked out branch arcpatch-D111948.
  Created and checked out branch arcpatch-D111947.
  Checking patch llvm/unittests/Demangle/OutputStreamTest.cpp => llvm/unittests/Demangle/OutputBufferTest.cpp...
  Checking patch llvm/unittests/Demangle/ItaniumDemangleTest.cpp...
  Checking patch llvm/unittests/Demangle/CMakeLists.txt...
  Checking patch llvm/lib/Demangle/RustDemangle.cpp...
  Checking patch llvm/lib/Demangle/MicrosoftDemangleNodes.cpp...
  Checking patch llvm/lib/Demangle/MicrosoftDemangle.cpp...
  Checking patch llvm/lib/Demangle/ItaniumDemangle.cpp...
  Checking patch llvm/include/llvm/Demangle/Utility.h...
  Checking patch llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h...
  Checking patch llvm/include/llvm/Demangle/ItaniumDemangle.h...
  Checking patch libcxxabi/src/demangle/Utility.h...
  Checking patch libcxxabi/src/demangle/ItaniumDemangle.h...
  Applied patch llvm/unittests/Demangle/OutputStreamTest.cpp => llvm/unittests/Demangle/OutputBufferTest.cpp cleanly.
  Applied patch llvm/unittests/Demangle/ItaniumDemangleTest.cpp cleanly.
  Applied patch llvm/unittests/Demangle/CMakeLists.txt cleanly.
  Applied patch llvm/lib/Demangle/RustDemangle.cpp cleanly.
  Applied patch llvm/lib/Demangle/MicrosoftDemangleNodes.cpp cleanly.
  Applied patch llvm/lib/Demangle/MicrosoftDemangle.cpp cleanly.
  Applied patch llvm/lib/Demangle/ItaniumDemangle.cpp cleanly.
  Applied patch llvm/include/llvm/Demangle/Utility.h cleanly.
  Applied patch llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h cleanly.
  Applied patch llvm/include/llvm/Demangle/ItaniumDemangle.h cleanly.
  Applied patch libcxxabi/src/demangle/Utility.h cleanly.
  Applied patch libcxxabi/src/demangle/ItaniumDemangle.h cleanly.
  
   Cherry Pick Failed!
  Exception
  Command failed with error #1!
  COMMAND
  git cherry-pick 'arcpatch-D111947'
  
  STDOUT
  On branch arcpatch-D111948
  You are currently cherry-picking commit f03e9f1cbed8.
    (all conflicts fixed: run "git cherry-pick --continue")
    (use "git cherry-pick --skip" to skip this patch)
    (use "git cherry-pick --abort" to cancel the cherry-pick operation)
  
  nothing to commit, working tree clean
  
  
  STDERR
  The previous cherry-pick is now empty, possibly due to conflict resolution.
  If you wish to commit it anyway, use:
  
      git commit --allow-empty
  
  Otherwise, please use 'git cherry-pick --skip'
  
  (Run with `--trace` for a full exception trace.)

Perhaps it needs to be rebased or something?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111948/new/

https://reviews.llvm.org/D111948



More information about the llvm-commits mailing list