Change hipconfig to adopt new location of llc

llc is now placed under $HCC_HOME/bin, instead of $HCC_HOME/compiler/bin.


[ROCm/clr commit: 8946001f85]
Este commit está contenido en:
Wen-Heng (Jack) Chung
2017-12-06 19:30:10 +00:00
padre a25a01f2c9
commit 03a8e54ed6
+1 -1
Ver fichero
@@ -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 : ");