mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 08:46:37 +00:00
Modify testcase to merit a warning, though no warning is still printed!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16029 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5f285396a8
commit
2f72accd86
@ -1,7 +1,7 @@
|
||||
; RUN: llvm-as < %s | opt -funcresolve -disable-output 2>&1 | grep WARNING
|
||||
|
||||
%X = external global int
|
||||
%Z = global int* %X
|
||||
%X = external global {long, int }
|
||||
%Z = global {long, int} * %X
|
||||
|
||||
%X = global float 1.0
|
||||
%Y = global float* %X
|
||||
|
Loading…
Reference in New Issue
Block a user