Author: Arthur Eubanks Date: 2020-11-04T23:19:14-08:00 New Revision: 5fd3193c88d82f04571897a9b9d8a49a9f491d88
URL: https://github.com/llvm/llvm-project/commit/5fd3193c88d82f04571897a9b9d8a49a9f491d88 DIFF: https://github.com/llvm/llvm-project/commit/5fd3193c88d82f04571897a9b9d8a49a9f491d88.diff LOG: [test] Add 'REQUIRES: bpf-registered-target' to bpf-O0.c Added: Modified: clang/test/CodeGen/bpf-O0.c Removed: ################################################################################ diff --git a/clang/test/CodeGen/bpf-O0.c b/clang/test/CodeGen/bpf-O0.c index dddb5e0d2295..a8957aa9b9b5 100644 --- a/clang/test/CodeGen/bpf-O0.c +++ b/clang/test/CodeGen/bpf-O0.c @@ -1,4 +1,5 @@ // RUN: %clang -O0 %s -target bpf -g -c -o /dev/null -fexperimental-new-pass-manager +// REQUIRES: bpf-registered-target struct ss { int a; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits