Imported Upstream version 5.18.0.167

Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-10-20 08:25:10 +00:00
parent e19d552987
commit b084638f15
28489 changed files with 184 additions and 3866856 deletions

View File

@ -1,5 +0,0 @@
RUN: llvm-cxxfilt -_ ___imp__ZSt6futureIvE | FileCheck %s
RUN: llvm-cxxfilt __imp__ZSt6futureIvE | FileCheck %s
CHECK: import thunk for std::future<void>

View File

@ -1,6 +0,0 @@
RUN: llvm-cxxfilt _Z1fi __Z1fi f ___ZSt1ff_block_invoke | FileCheck %s
CHECK: f(int)
CHECK-NEXT: __Z1fi
CHECK-NEXT: f
CHECK-NEXT: invocation function for block in std::f(float)

View File

@ -1,10 +0,0 @@
RUN: sed -n 's/^STDIN: //p' %s | llvm-cxxfilt | FileCheck %s
STDIN: _Znw
STDIN: _Znwj
STDIN: _Znwm
CHECK: operator new
CHECK: operator new(unsigned int)
CHECK: operator new(unsigned long)

View File

@ -1,4 +0,0 @@
RUN: llvm-cxxfilt _Z1fi abc | FileCheck %s
CHECK: f(int)
CHECK-NEXT: abc

View File

@ -1,5 +0,0 @@
RUN: llvm-cxxfilt -t f i | FileCheck %s
CHECK: float
CHECK-NEXT: int

View File

@ -1,11 +0,0 @@
RUN: llvm-cxxfilt -_ __ZN2ns1fE _ZSt1f _f | FileCheck %s -check-prefix CHECK-STRIPPED
RUN: llvm-cxxfilt __ZN2ns1fE _ZSt1f _f | FileCheck %s -check-prefix CHECK-UNSTRIPPED
CHECK-STRIPPED: ns::f
CHECK-STRIPPED: _ZSt1f
CHECK-STRIPPED: _f
CHECK-UNSTRIPPED: __ZN2ns1fE
CHECK-UNSTRIPPED: std::f
CHECK-UNSTRIPPED: _f