[PATCH] D145770: [clang-offload-bundler] Standardize TargetID field for bundler
Jacob Lambert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 10 17:21:43 PST 2023
lamb-j marked an inline comment as done.
lamb-j added inline comments.
================
Comment at: clang/test/Driver/clang-offload-bundler.c:2
// REQUIRES: x86-registered-target
-// REQUIRES: powerpc-registered-target
// UNSUPPORTED: target={{.*}}-darwin{{.*}}, target={{.*}}-aix{{.*}}
----------------
Can most systems cross-compile for powerpc? This test does a lot of testing, seems like it would be nice to test it on other systems.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145770/new/
https://reviews.llvm.org/D145770
More information about the cfe-commits
mailing list