Merge pull request #287 from ROCm-Developer-Tools/fix_llc_path

Change hipconfig to adopt new location of llc
Esse commit está contido em:
Maneesh Gupta
2018-03-06 11:59:44 +05:30
commit de GitHub
+1 -1
Ver Arquivo
@@ -129,7 +129,7 @@ if (!$printed or $p_full) {
print ("HSA_PATH : $HSA_PATH\n");
print ("HCC_HOME : $HCC_HOME\n");
system("$HCC_HOME/bin/hcc --version");
system("$HCC_HOME/compiler/bin/llc --version");
system("$HCC_HOME/bin/llc --version");
print ("HCC-cxxflags : ");
system("$HCC_HOME/bin/hcc-config --cxxflags");
print ("HCC-ldflags : ");