mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 00:46:06 +00:00

Add support for C style comments in LLVM assembly. --------- Co-authored-by: Nikita Popov <github@npopov.com>
8 lines
166 B
LLVM
8 lines
166 B
LLVM
; RUN: not llvm-as --disable-output %s 2>&1 | FileCheck %s -DFILE=%s
|
|
|
|
@B = external global i32
|
|
|
|
; CHECK: [[FILE]]:[[@LINE+1]]:2: error: expected top-level entity
|
|
*/
|
|
|