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
[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git]
/
lldb
/
test
/
Shell
/
Commands
/
command-disassemble-mixed.test
blob
e078f341a694b6c4eeafcdf814333ef10ffdbf8e
1
extern int do_not_show;
2
3
int main() {
4
int abc = 30;
5
#line 0
6
return abc;
7
}
8
9
// RUN: %clang_host -g -x c -o %t.out %s
10
// RUN: %lldb -b -o 'disassemble --mixed -n main' %t.out | FileCheck %s
11
12
// CHECK: .out`main:
13
// CHECK-NOT: do_not_show