llvm-project/clang/test/Misc/cc1as-as-secure-log-file.s
Ben Langmuir fd35e15060 [clang][test] Require x86 target in a couple new tests
Attempt to fix test failures on bots that don't configure x86 target.
2022-10-28 17:00:18 -07:00

8 lines
212 B
ArmAsm

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