Skip to content

Commit

Permalink
Merge pull request llvm#7901 from apple/jan_svoboda/stable-20230725-c…
Browse files Browse the repository at this point in the history
…as-driver-cache-launcher-test-fix

[clang][CAS] Fix the "CAS/driver-cache-launcher.c" test
  • Loading branch information
jansvoboda11 authored Dec 19, 2023
2 parents fba14a0 + 57e6ee8 commit de90749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/CAS/driver-cache-launcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

// Unused option warning should only be emitted once.
// RUN: touch %t.o
// 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
// UNUSED_OPT-NOT: warning:
// UNUSED_OPT: warning: -Wl,-ObjC: 'linker' input unused
// UNUSED_OPT-NOT: warning:

0 comments on commit de90749

Please sign in to comment.