[PATCH] D58917: [HIP] Do not unbundle object files for -fno-gpu-rdc
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 5 07:02:43 PST 2019
yaxunl marked an inline comment as done.
yaxunl added inline comments.
================
Comment at: lib/Driver/Driver.cpp:2298
+ /// Flag for -fgpu-rdc.
+ bool Relocatable;
public:
----------------
ABataev wrote:
> Set the default initializer for the field
will do. thanks.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58917/new/
https://reviews.llvm.org/D58917
More information about the cfe-commits
mailing list