aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/X86/macho-uleb.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/X86/macho-uleb.s')
-rw-r--r--test/MC/X86/macho-uleb.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/MC/X86/macho-uleb.s b/test/MC/X86/macho-uleb.s
new file mode 100644
index 0000000..46d858b
--- /dev/null
+++ b/test/MC/X86/macho-uleb.s
@@ -0,0 +1,7 @@
+// RUN: llvm-mc -triple=x86_64-apple-darwin %s | FileCheck %s
+
+a:
+b:
+ .uleb128 a-b
+
+// CHECK: .uleb128 a-b