[PATCH] D68663: [clang-offload-bundler] Support `.cui` and `.d`.
Michael Liao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 8 13:31:13 PDT 2019
hliao added a comment.
Adding this support is aimed to prevent crashing or failure, it's not intended to be final output for -M or -E. So, hip fails on these options due to the unsupported type of clang-offload-bundler. Before we nail down the details on the expected output of -M or -E, especially -M, we at least should not fail them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68663/new/
https://reviews.llvm.org/D68663
More information about the cfe-commits
mailing list