fixed paths to find llvm
Change-Id: I0a4af8cea2f44fea011d09fc300e382984746d17
This commit is contained in:
+1
-1
@@ -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 = " ";
|
||||
|
||||
Reference in New Issue
Block a user