repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lldb] Fix the SocketTest failure on unsupported hosts (#118673)
[llvm-project.git]
/
lldb
/
test
/
Shell
/
SymbolFile
/
PDB
/
vbases.test
blob
b58e3edc3cc80dbae3321dcdb1759e133b865a53
1
REQUIRES: target-windows, lld
2
RUN: %build --compiler=clang-cl --output=%t.exe %S/Inputs/VBases.cpp
3
RUN: %lldb -b -s %S/Inputs/VBases.script -- %t.exe | FileCheck %s
4
5
CHECK: {
6
CHECK: A = (a = '\x01')
7
CHECK: B = (b = 2)
8
CHECK: c = 3
9
CHECK: }
10
11
CHECK: {
12
CHECK: A = (a = '\x01')
13
CHECK: B = (b = 2)
14
CHECK: c = 3
15
CHECK: }