[PATCH] D50875: Move lib/Demangle under lib/Support. No functionality change intended.
Richard Smith - zygoloid via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 16 16:07:41 PDT 2018
rsmith created this revision.
rsmith added reviewers: erik.pilkington, zturner.
Herald added subscribers: llvm-commits, mgorny.
Herald added a reviewer: jfb.
Herald added a reviewer: jfb.
In preparation for making Demangle conditionally use functionality from
Support, combine the two components into one. The Demangle/ directory
hierarchy is maintained even though there's only one header in
include/llvm/Support/Demangle
for now. I'm intending to add more soon.
Repository:
rL LLVM
https://reviews.llvm.org/D50875
Files:
CMakeLists.txt
include/llvm/Demangle/Demangle.h
include/llvm/Support/Demangle/Demangle.h
lib/CMakeLists.txt
lib/DebugInfo/Symbolize/LLVMBuild.txt
lib/DebugInfo/Symbolize/Symbolize.cpp
lib/Demangle/CMakeLists.txt
lib/Demangle/Compiler.h
lib/Demangle/ItaniumDemangle.cpp
lib/Demangle/LLVMBuild.txt
lib/Demangle/MicrosoftDemangle.cpp
lib/Demangle/StringView.h
lib/Demangle/Utility.h
lib/LLVMBuild.txt
lib/Support/CMakeLists.txt
lib/Support/Demangle/ItaniumDemangle.cpp
lib/Support/Demangle/MicrosoftDemangle.cpp
lib/Support/Demangle/StringView.h
lib/Support/Demangle/Utility.h
lib/Support/LLVMBuild.txt
lib/Support/Unix/Signals.inc
tools/llvm-cxxfilt/CMakeLists.txt
tools/llvm-cxxfilt/llvm-cxxfilt.cpp
tools/llvm-demangle-fuzzer/CMakeLists.txt
tools/llvm-demangle-fuzzer/llvm-demangle-fuzzer.cpp
tools/llvm-nm/CMakeLists.txt
tools/llvm-nm/llvm-nm.cpp
tools/llvm-objdump/CMakeLists.txt
tools/llvm-objdump/LLVMBuild.txt
tools/llvm-objdump/MachODump.cpp
tools/llvm-objdump/llvm-objdump.cpp
tools/llvm-opt-report/OptReport.cpp
tools/llvm-symbolizer/CMakeLists.txt
tools/llvm-undname/CMakeLists.txt
tools/llvm-undname/LLVMBuild.txt
tools/llvm-undname/llvm-undname.cpp
unittests/CMakeLists.txt
unittests/Demangle/CMakeLists.txt
unittests/Demangle/FindTypesInMangledNameTest.cpp
unittests/Demangle/PartialDemangleTest.cpp
unittests/Support/CMakeLists.txt
unittests/Support/Demangle/CMakeLists.txt
unittests/Support/Demangle/FindTypesInMangledNameTest.cpp
unittests/Support/Demangle/PartialDemangleTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50875.161140.patch
Type: text/x-patch
Size: 23574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180816/c870b9d3/attachment.bin>
More information about the llvm-commits
mailing list