If an output path is given _use it_
Don't append .hip to a user-provided output file...
This commit is contained in:
@@ -4239,7 +4239,6 @@ int main(int argc, const char **argv) {
|
||||
llvm::errs() << "[HIPIFY] conflict: both -o and -inplace options are specified.\n";
|
||||
return 1;
|
||||
}
|
||||
dst += ".hip";
|
||||
}
|
||||
|
||||
std::string tmpFile = src + ".hipify-tmp";
|
||||
|
||||
Reference in New Issue
Block a user