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
[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git]
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_test_body
/
basic.test
blob
d99946e2bd92c16186e5410b627d7de66d169b1c
1
; RUN: cp %s %t && %update_test_body %t 2>&1 | count 0
2
; RUN: diff -u %S/Inputs/basic.test.expected %t
3
4
;--- a.txt
5
@a = global i32 0
6
;--- b.txt
7
@b = global i32 0
8
;--- gen
9
cat a.txt
10
echo ';--- b.ll'
11
cat b.txt
12
13
;--- a.ll