mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
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
This commit is contained in:
parent
7c05da187c
commit
13c9cf1d51
9
test/MC/AsmParser/secure_log_unique.s
Normal file
9
test/MC/AsmParser/secure_log_unique.s
Normal 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"
|
||||
|
Loading…
Reference in New Issue
Block a user