From 8946001f8543c4a73d0904f2fb9c56c83e33f8ff Mon Sep 17 00:00:00 2001 From: "Wen-Heng (Jack) Chung" Date: Wed, 6 Dec 2017 19:30:10 +0000 Subject: [PATCH] Change hipconfig to adopt new location of llc llc is now placed under $HCC_HOME/bin, instead of $HCC_HOME/compiler/bin. --- hipamd/bin/hipconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hipamd/bin/hipconfig b/hipamd/bin/hipconfig index 2ff3c51d5e..e70e6ae970 100755 --- a/hipamd/bin/hipconfig +++ b/hipamd/bin/hipconfig @@ -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 : ");