Disable linking hip_ir.ll by default

Change-Id: I4917f0d75c66eee347de41bc16d999fc563a5be2


[ROCm/clr commit: 3c0327451d]
This commit is contained in:
Maneesh Gupta
2016-10-16 11:14:42 +05:30
parent 789d6cc42e
commit 4aa615be6a
+1 -1
View File
@@ -199,7 +199,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";
}