From: Rafael Espindola Date: Thu, 18 Jul 2013 20:34:26 +0000 (+0000) Subject: Add a test for .secure_log_unique. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=13c9cf1d5158d704546494f4b4851e5c9f09573f;p=oota-llvm.git 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 --- diff --git a/test/MC/AsmParser/secure_log_unique.s b/test/MC/AsmParser/secure_log_unique.s new file mode 100644 index 00000000000..c41d7a8f67a --- /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" +