bolt/deps/llvm-18.1.8/clang/test/Misc/cc1as-as-secure-log-file.s

8 lines
212 B
ArmAsm
Raw Normal View History

2025-02-14 19:21:04 +01:00
// REQUIRES: x86-registered-target
// RUN: %clang -cc1as -triple x86_64-apple-darwin %s -o %t.o -as-secure-log-file %t.log
// RUN: FileCheck %s -input-file %t.log
// CHECK: "foobar"
.secure_log_unique "foobar"