We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fba14a0 + 57e6ee8 commit de90749Copy full SHA for de90749
clang/test/CAS/driver-cache-launcher.c
@@ -124,7 +124,7 @@
124
125
// Unused option warning should only be emitted once.
126
// RUN: touch %t.o
127
-// RUN: %clang-cache %clang -target arm64-apple-macosx12 -fsyntax-only %s -Wl,-ObjC 2>&1 | FileCheck %s -check-prefix=UNUSED_OPT
+// RUN: env LLVM_CACHE_CAS_PATH=%t/cas %clang-cache %clang -target arm64-apple-macosx12 -fsyntax-only %s -Wl,-ObjC 2>&1 | FileCheck %s -check-prefix=UNUSED_OPT
128
// UNUSED_OPT-NOT: warning:
129
// UNUSED_OPT: warning: -Wl,-ObjC: 'linker' input unused
130
0 commit comments