bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-cxxfilt/dot-prefix.test

5 lines
175 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
## Show that the llvm-cxxfilt does not consider the dot prefix to be part of the symbol name to be demangled.
RUN: llvm-cxxfilt -n ._ZL5func0v | FileCheck %s
CHECK: .func0()