1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00

Add a test for .secure_log_unique.

It also doubles a test that F_Append works.

llvm-svn: 186606
This commit is contained in:
Rafael Espindola 2013-07-18 20:34:26 +00:00
parent 1a3914a23a
commit fabc070df6

View File

@ -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"