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][cuda] Do not register global constants (#118582)
[llvm-project.git]
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_test_body
/
Inputs
/
basic.test.expected
blob
80a2676d0a752fbba2cbc8a13d7f3de706c81e0b
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
14
@a = global i32 0
15
;--- b.ll
16
@b = global i32 0