Change hipconfig to adopt new location of llc

llc is now placed under $HCC_HOME/bin, instead of $HCC_HOME/compiler/bin.
This commit is contained in:
Wen-Heng (Jack) Chung
2017-12-06 19:30:10 +00:00
bovenliggende 163b0f7978
commit d841bbac59
+1 -1
Bestand weergeven
@@ -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 : ");