From 0e36aae349272d2efbeef16eb1d2f938d406609f Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Tue, 25 Oct 2016 12:26:54 +0530 Subject: [PATCH] hipcc: Turn back linking hip_ir.ll by default Change-Id: I9cec5a1a5a4791eddf6ef3e3332143ffc3ceadb6 [ROCm/hip commit: f1a4303b0437647b9970584fc6365c2739874fa8] --- projects/hip/bin/hipcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/bin/hipcc b/projects/hip/bin/hipcc index 21453634d6..2f3cd46c62 100755 --- a/projects/hip/bin/hipcc +++ b/projects/hip/bin/hipcc @@ -211,7 +211,7 @@ if($HIP_PLATFORM eq "hcc"){ } } -if(($HIP_PLATFORM eq "hcc") and defined $ENV{HIP_EXPERIMENTAL}){ +if($HIP_PLATFORM eq "hcc"){ $EXPORT_LL=" "; $ENV{HCC_EXTRA_LIBRARIES}="$HIP_PATH/lib/hip_ir.ll\n"; }