summaryrefslogtreecommitdiff
path: root/test/MC/Hexagon/missing_label.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/Hexagon/missing_label.s')
-rw-r--r--test/MC/Hexagon/missing_label.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/MC/Hexagon/missing_label.s b/test/MC/Hexagon/missing_label.s
new file mode 100644
index 0000000000000..80f69472029c8
--- /dev/null
+++ b/test/MC/Hexagon/missing_label.s
@@ -0,0 +1,8 @@
+# RUN: llvm-mc -arch=hexagon -filetype=obj %s | llvm-objdump -d - | FileCheck %s
+#
+
+.I1:
+nop
+
+# CHECK: .I1:
+# CHECK: nop