aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/secure_log_unique.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AsmParser/secure_log_unique.s')
-rw-r--r--test/MC/AsmParser/secure_log_unique.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/MC/AsmParser/secure_log_unique.s b/test/MC/AsmParser/secure_log_unique.s
new file mode 100644
index 0000000..c41d7a8
--- /dev/null
+++ b/test/MC/AsmParser/secure_log_unique.s
@@ -0,0 +1,9 @@
+// RUN: rm -f %t
+// RUN: AS_SECURE_LOG_FILE=%t llvm-mc -triple x86_64-apple-darwin %s
+// RUN: AS_SECURE_LOG_FILE=%t llvm-mc -triple x86_64-apple-darwin %s
+// RUN: FileCheck --input-file=%t %s
+.secure_log_unique "foobar"
+
+// CHECK: "foobar"
+// CHECK-NEXT: "foobar"
+