mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 12:39:19 +00:00
[NFC] Remove outdated comment in llvm-symbolizer test case.
This commit is contained in:
parent
e9d4e34ab8
commit
c2bb88cc02
@ -18,8 +18,6 @@ RUN: %python -c 'import sys;print("\n".join([hex(int(x, 16) - 0x400000) for x in
|
||||
RUN: | llvm-symbolizer -obj="%p/Inputs/test.exe" -use-native-pdb-reader -demangle=false --relative-address \
|
||||
RUN: | FileCheck %s --check-prefix=CHECK-NO-DEMANGLE
|
||||
|
||||
Currently only finding function/public symbol names is implemented.
|
||||
|
||||
CHECK: foo(void)
|
||||
CHECK-NEXT: test.cpp:10
|
||||
CHECK: {{^private_symbol$}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user