Make unresponsive
aditya4d1 opened this issue · 2 comments
aditya4d1 commented
Hi,
When I run make
, it gets hung-up at Assembling for.s to for.o
Scanning dependencies of target amdphdrs
[ 7%] Building C object amdphdrs/CMakeFiles/amdphdrs.dir/amdphdrs.c.o
Linking C executable amdphdrs
[ 7%] Built target amdphdrs
Scanning dependencies of target examples_common
[ 14%] Building CXX object examples/common/CMakeFiles/examples_common.dir/dispatch.cpp.o
Linking CXX static library libexamples_common.a
[ 14%] Built target examples_common
Scanning dependencies of target sp3_convert
[ 21%] Translating if.sp3 to if
[ 28%] Assembling if.s to if.o
[ 35%] Linking if.o to if with amdphdrs
[ 42%] Translating function.sp3 to function
[ 50%] Assembling function.s to function.o
[ 57%] Linking function.o to function with amdphdrs
[ 64%] Translating for.sp3 to for
[ 71%] Assembling for.s to for.o
nhaustov commented
This needs the following patch to LLVM which I plan to integrate soon: http://reviews.llvm.org/D17707
aditya4d1 commented
Passing with that patch