xref: /llvm-project/clang/test/Misc/cc1as-as-secure-log-file.s (revision fd35e1506011fca925661312315b14f169a2e82a)
1// REQUIRES: x86-registered-target
2
3// RUN: %clang -cc1as -triple x86_64-apple-darwin %s -o %t.o -as-secure-log-file %t.log
4// RUN: FileCheck %s -input-file %t.log
5// CHECK: "foobar"
6
7.secure_log_unique "foobar"
8