
Add support for C style comments in LLVM assembly. --------- Co-authored-by: Nikita Popov <github@npopov.com>
7 lines
187 B
LLVM
7 lines
187 B
LLVM
; RUN: not llvm-as --disable-output %s 2>&1 | FileCheck %s -DFILE=%s
|
|
|
|
@B = external global i32
|
|
|
|
; CHECK: [[FILE]]:[[@LINE+1]]:1: error: unterminated comment
|
|
/* End of the assembly file *
|