8 lines · plain
1// REQUIRES: x86-registered-target2 3// RUN: %clang -cc1as -triple x86_64-apple-darwin %s -o %t.o -as-secure-log-file %t.log4// RUN: FileCheck %s -input-file %t.log5// CHECK: "foobar"6 7.secure_log_unique "foobar"8 1// REQUIRES: x86-registered-target2 3// RUN: %clang -cc1as -triple x86_64-apple-darwin %s -o %t.o -as-secure-log-file %t.log4// RUN: FileCheck %s -input-file %t.log5// CHECK: "foobar"6 7.secure_log_unique "foobar"8