bolt/deps/llvm-18.1.8/llvm/test/Verifier/comdat.ll
2025-02-14 19:21:04 +01:00

5 lines
158 B
LLVM

; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
$v = comdat any
@v = common global i32 0, comdat($v)
; CHECK: 'common' global may not be in a Comdat!