From 13c9cf1d5158d704546494f4b4851e5c9f09573f Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 18 Jul 2013 20:34:26 +0000 Subject: Add a test for .secure_log_unique. It also doubles a test that F_Append works. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186606 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AsmParser/secure_log_unique.s | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/MC/AsmParser/secure_log_unique.s (limited to 'test/MC/AsmParser') 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" + -- cgit v1.1