Author: Jorge Gorbe Moya Date: 2025-06-11T11:48:23-07:00 New Revision: 8dc63ca59003a4b72217221c1c801237614c9d7d
URL: https://github.com/llvm/llvm-project/commit/8dc63ca59003a4b72217221c1c801237614c9d7d DIFF: https://github.com/llvm/llvm-project/commit/8dc63ca59003a4b72217221c1c801237614c9d7d.diff LOG: Make clang/test/Frontend/aarch64-print-enabled-extensions-cc1.c write output file to temp dir Added: Modified: clang/test/Frontend/aarch64-print-enabled-extensions-cc1.c Removed: ################################################################################ diff --git a/clang/test/Frontend/aarch64-print-enabled-extensions-cc1.c b/clang/test/Frontend/aarch64-print-enabled-extensions-cc1.c index 5d65fdafaa251..d761e12e8392e 100644 --- a/clang/test/Frontend/aarch64-print-enabled-extensions-cc1.c +++ b/clang/test/Frontend/aarch64-print-enabled-extensions-cc1.c @@ -57,7 +57,7 @@ // RUN: | FileCheck --strict-whitespace --implicit-check-not=FEAT_ %s --check-prefix=DISABLE_VIA_XCLANG // However, sve2 is actually enabled in clang but disabled for MC. -// RUN: %clang --target=aarch64 -march=armv8-a+sve2 -c %s \ +// RUN: %clang --target=aarch64 -march=armv8-a+sve2 -c %s -o %t \ // RUN: -Xclang -target-feature -Xclang -sve \ // RUN: -Xclang -verify -Xclang -verify-ignore-unexpected=note _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
