[llvm] [LLVM][AsmParser] Add support for C style comments (PR #111554)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 1 09:37:48 PDT 2024
================
@@ -0,0 +1,7 @@
+; RUN: not llvm-as --disable-output %s 2>&1 | FileCheck %s -DFILE=%s
+
+ at B = external global i32
+
+; CHECK: [[FILE]]:[[@LINE+1]]:2: error: expected top-level entity
+*/
----------------
jurahul wrote:
This is the new stand-alone unit test for the bug you noticed.
https://github.com/llvm/llvm-project/pull/111554
More information about the llvm-commits
mailing list