This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbb957a8d524c: [CUDA] Make the new driver properly ignore
non-CUDA inputs (authored by jhuber6).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE
jhuber6 updated this revision to Diff 445087.
jhuber6 added a comment.
Adjusting tests
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129885/new/
https://reviews.llvm.org/D129885
Files:
clang/lib/Driver/Driver.cpp
clang/test/Driver/cuda-phases.
MaskRay added inline comments.
Comment at: clang/test/Driver/cuda-phases.cu:270
+
+// RUN: %clang -### -target powerpc64le-ibm-linux-gnu -ccc-print-phases
--offload-new-driver \
+// RUN: --offload-arch=sm_52 --offload-arch=sm_70 %s %S/Inputs/empty.cpp 2>&1
| FileCheck --check-p
tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129885/new/
https://reviews.llvm.org/D129885
___
cfe-c
jhuber6 created this revision.
jhuber6 added reviewers: jdoerfert, tra, yaxunl.
Herald added subscribers: mattd, carlosgalvezp.
Herald added a project: All.
jhuber6 requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay.
Herald added a project: clang.
The new driver gene