[clang] 1a342ff - test fix: add missing system-darwin REQUIRES

Alex Lorenz via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 23 21:18:57 PDT 2020


Author: Alex Lorenz
Date: 2020-06-23T21:17:58-07:00
New Revision: 1a342ff3753d0354bab3d82fa8e493e21d50c79f

URL: https://github.com/llvm/llvm-project/commit/1a342ff3753d0354bab3d82fa8e493e21d50c79f
DIFF: https://github.com/llvm/llvm-project/commit/1a342ff3753d0354bab3d82fa8e493e21d50c79f.diff

LOG: test fix: add missing system-darwin REQUIRES

The test should only run with a Darwin driver only.

Added: 
    

Modified: 
    clang/test/Driver/apple-arm64-arch.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/apple-arm64-arch.c b/clang/test/Driver/apple-arm64-arch.c
index fd9f9a2ccedb..a37346b1a9bb 100644
--- a/clang/test/Driver/apple-arm64-arch.c
+++ b/clang/test/Driver/apple-arm64-arch.c
@@ -1,6 +1,7 @@
 // RUN: env SDKROOT="/" %clang -arch arm64 -c -### %s 2>&1 | \
 // RUN:   FileCheck %s
 //
+// REQUIRES: system-darwin
 // XFAIL: apple-silicon-mac
 //
 // CHECK: "-triple" "arm64-apple-ios{{[0-9.]+}}"


        


More information about the cfe-commits mailing list