[PATCH] D99981: [demangler] Support the new Rust mangling scheme (v0)
    Tomasz Miąsko via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Apr 24 09:26:31 PDT 2021
    
    
  
tmiasko updated this revision to Diff 340292.
tmiasko edited the summary of this revision.
tmiasko added a comment.
Reduce scope of changes
Remove punycode support.
Remove fuzzer.
Remove llvm::Demangle integration.
Move tests to llvm/test/Demangle.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99981/new/
https://reviews.llvm.org/D99981
Files:
  llvm/include/llvm/Demangle/Demangle.h
  llvm/include/llvm/Demangle/RustDemangle.h
  llvm/lib/Demangle/CMakeLists.txt
  llvm/lib/Demangle/RustDemangle.cpp
  llvm/test/Demangle/rust.test
  llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp
  llvm/unittests/Demangle/CMakeLists.txt
  llvm/unittests/Demangle/RustDemangleTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99981.340292.patch
Type: text/x-patch
Size: 38126 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210424/6389ee71/attachment.bin>
    
    
More information about the llvm-commits
mailing list