mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Actually, this testcase is invalid, the bug is in the C++ FE.
llvm-svn: 20123
This commit is contained in:
parent
2f46c817dd
commit
f941363605
@ -1,8 +0,0 @@
|
||||
; Test that a prototype can be marked const, and the definition is allowed
|
||||
; to be nonconst.
|
||||
|
||||
; RUN: echo "%X = global int 7" | llvm-as > %t.2.bc
|
||||
; RUN: llvm-as < %s > %t.1.bc
|
||||
; RUN: llvm-link %t.[12].bc | llvm-dis | grep constant
|
||||
|
||||
%X = external constant int
|
Loading…
Reference in New Issue
Block a user