Revert "hipcc: Turn back linking hip_ir.ll by default"

This reverts commit 72a5deb91e.
This commit is contained in:
Maneesh Gupta
2016-11-14 06:05:31 +05:30
parent 09d88d3b97
commit f9d598d66c
+1 -1
View File
@@ -218,7 +218,7 @@ if($HIP_PLATFORM eq "hcc"){
}
}
if($HIP_PLATFORM eq "hcc"){
if(($HIP_PLATFORM eq "hcc") and defined $ENV{HIP_EXPERIMENTAL}){
$EXPORT_LL=" ";
$ENV{HCC_EXTRA_LIBRARIES}="$HIP_PATH/lib/hip_ir.ll\n";
}