aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/invalid-mdnamespace-missing-namespace.ll
blob: da2f511422142645046cf5abd1af63142b51e780 (plain)
1
2
3
4
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s

; CHECK: [[@LINE+1]]:36: error: missing required field 'scope'
!0 = !MDNamespace(name: "Namespace")