mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 00:20:25 +00:00
Verifier: Forbid comdats on linker declarations.
Differential Revision: http://reviews.llvm.org/D10945 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241414 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
5
test/Verifier/comdat-decl2.ll
Normal file
5
test/Verifier/comdat-decl2.ll
Normal file
@@ -0,0 +1,5 @@
|
||||
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
|
||||
|
||||
$v = comdat any
|
||||
@v = external global i32, comdat
|
||||
; CHECK: Declaration may not be in a Comdat!
|
||||
Reference in New Issue
Block a user