serge-sans-paille | fd09f12 | 2020-01-16 11:56:41 +0100 | [diff] [blame] | 1 | ; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s |
2 | |||||
3 | target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" | ||||
4 | target triple = "x86_64-unknown-linux-gnu" | ||||
5 | |||||
6 | @foo = dso_local global i32 1, align 4 | ||||
7 | |||||
8 | !llvm.module.flags = !{!0} | ||||
9 | |||||
10 | !0 = !{i32 1, !"SemanticInterposition", float 1.} | ||||
11 | |||||
12 | ; CHECK: SemanticInterposition metadata requires constant integer argument |