llvm-amdgpu: Fixes "UnboundLocalError: local variable referenced before assignment" (#22562)
Co-authored-by: Jan Ciesko <jciesko@sandia.gov>
This commit is contained in:
parent
f713ebcb01
commit
d606cf93bd
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ def cmake_args(self):
|
||||||
compiler = Executable(self.compiler.cc)
|
compiler = Executable(self.compiler.cc)
|
||||||
gcc_output = compiler('-print-search-dirs', output=str, error=str)
|
gcc_output = compiler('-print-search-dirs', output=str, error=str)
|
||||||
|
|
||||||
|
gcc_prefix = ""
|
||||||
for line in gcc_output.splitlines():
|
for line in gcc_output.splitlines():
|
||||||
if line.startswith("install:"):
|
if line.startswith("install:"):
|
||||||
# Get path and strip any whitespace
|
# Get path and strip any whitespace
|
||||||
|
|
Loading…
Reference in a new issue