mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
7 lines
292 B
Plaintext
7 lines
292 B
Plaintext
|
; Run llvm-undname with invalid inputs and make sure it doesn't crash.
|
||
|
; RUN: llvm-undname < %s 2>&1 | FileCheck %s
|
||
|
|
||
|
?ff@@$$J0YAXAU?$AS_@$0A@PEAU?$AS_@$0A@H@__clang@@@__clang@@@Z
|
||
|
; CHECK: ?ff@@$$J0YAXAU?$AS_@$0A@PEAU?$AS_@$0A@H@__clang@@@__clang@@@Z
|
||
|
; CHECK-NEXT: error: Invalid mangled name
|