fixed paths to find llvm

Change-Id: I0a4af8cea2f44fea011d09fc300e382984746d17
This commit is contained in:
Aditya Atluri
2017-03-21 14:22:49 -05:00
parent e22044de36
commit a19bce16e4
2 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ if ($HIP_PLATFORM eq "hcc") {
$HIPLDFLAGS = `${HCC_HOME}/bin/hcc-config --ldflags`;
$LLVM_HOME = $ENV{'LLVM_HOME'};
$LLVM_HOME = "/opt/rocm/llvm";
#### GCC system includes workaround ####
$HCC_WA_FLAGS = " ";