Skip to content

Commit b87e1a3

Browse files
committed
Remove the --enable-new-dtags
Don't pass the --enable-new-dtags flag to clang, just the LLVM's default
1 parent c88d19e commit b87e1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amd/hipcc/src/hipBin_amd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ void HipBinAmd::executeHipCCCmd(vector<string> argv) {
11001100
roccmPath+ "/lib -lhsa-runtime64 -ldl -lnuma " + toolArgs;
11011101
toolArgs = toolArgTemp;
11021102
} else {
1103-
toolArgTemp = toolArgs + " -Wl,--enable-new-dtags -Wl,-rpath=" + hipLibPath + ":"
1103+
toolArgTemp = toolArgs + " -Wl,-rpath=" + hipLibPath + ":"
11041104
+ roccmPath+"/lib -lamdhip64 ";
11051105
toolArgs = toolArgTemp;
11061106
}

0 commit comments

Comments
 (0)