Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
remove ununsed change
Browse files Browse the repository at this point in the history
  • Loading branch information
cjatin committed Jul 9, 2023
1 parent 8a4c7c7 commit a7829a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/hipcc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ BEGIN
# If $HIPCC clang++ is not compiled, use clang instead
if ( ! -e $HIPCC ) {
$HIPCC="$HIP_CLANG_PATH/clang" . $execExtension;
$HIPLDFLAGS .= " --driver-mode=g++";
$HIPLDFLAGS = " --driver-mode=g++";
}
# to avoid using dk linker or MSVC linker
if($isWindows) {
Expand Down

0 comments on commit a7829a3

Please sign in to comment.