File tree Expand file tree Collapse file tree 6 files changed +1
-260
lines changed Expand file tree Collapse file tree 6 files changed +1
-260
lines changed Original file line number Diff line number Diff line change @@ -3102,7 +3102,6 @@ libc/src/__support/CPP/Bit.h
3102
3102
libc/src/__support/CPP/Bitset.h
3103
3103
libc/src/__support/CPP/Functional.h
3104
3104
libc/src/__support/CPP/Limits.h
3105
- libc/src/__support/CPP/StringView.h
3106
3105
libc/src/__support/CPP/Utility.h
3107
3106
libc/src/__support/CPP/vector.h
3108
3107
libc/src/__support/File/file.cpp
@@ -3451,7 +3450,6 @@ libcxx/src/ryu/d2fixed.cpp
3451
3450
libcxx/src/ryu/d2s.cpp
3452
3451
libcxx/src/ryu/f2s.cpp
3453
3452
libcxxabi/src/cxa_guard_impl.h
3454
- libcxxabi/src/demangle/StringView.h
3455
3453
libcxxabi/src/demangle/Utility.h
3456
3454
libunwind/src/cet_unwind.h
3457
3455
lld/COFF/CallGraphSort.cpp
@@ -5250,7 +5248,6 @@ llvm/include/llvm/Debuginfod/Debuginfod.h
5250
5248
llvm/include/llvm/Debuginfod/DIFetcher.h
5251
5249
llvm/include/llvm/Debuginfod/HTTPClient.h
5252
5250
llvm/include/llvm/Demangle/Demangle.h
5253
- llvm/include/llvm/Demangle/StringView.h
5254
5251
llvm/include/llvm/Demangle/StringViewExtras.h
5255
5252
llvm/include/llvm/Demangle/Utility.h
5256
5253
llvm/include/llvm/DWARFLinker/DWARFLinker.h
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
set -e
7
7
8
8
cd $( dirname $0 )
9
- HDRS=" ItaniumDemangle.h ItaniumNodes.def StringView.h StringViewExtras.h Utility.h"
9
+ HDRS=" ItaniumDemangle.h ItaniumNodes.def StringViewExtras.h Utility.h"
10
10
LLVM_DEMANGLE_DIR=$1
11
11
12
12
if [[ -z " $LLVM_DEMANGLE_DIR " ]]; then
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,5 +10,4 @@ add_llvm_unittest(DemangleTests
10
10
OutputBufferTest.cpp
11
11
PartialDemangleTest.cpp
12
12
RustDemangleTest.cpp
13
- StringViewTest.cpp
14
13
)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments