[PATCH] D52673: [HIP] Remove disabled irif library
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 9 11:19:17 PDT 2018
yaxunl added inline comments.
================
Comment at: lib/Driver/ToolChains/HIP.cpp:85
C.addTempFile(C.getArgs().MakeArgString(TmpName));
CmdArgs.push_back(OutputFileName);
SmallString<128> ExecPath(C.getDriver().Dir);
----------------
maybe we should put hip.amdgcn.bc at the beginning. In the future, it may depend on other bc's.
Repository:
rC Clang
https://reviews.llvm.org/D52673
More information about the cfe-commits
mailing list