mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
6af02742d8
The synthetic thunk for the import is prefixed with __imp_. Attempt to undecorate the names when they begin with the __imp_ prefix. llvm-svn: 298550
6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
RUN: llvm-cxxfilt -_ ___imp__ZSt6futureIvE | FileCheck %s
|
|
RUN: llvm-cxxfilt __imp__ZSt6futureIvE | FileCheck %s
|
|
|
|
CHECK: import thunk for std::future<void>
|
|
|