Release announcement available here
Signed-off-by: Joey Riches <josephriches@gmail.com>
Differential D2683
Update llvm to 6.0.0 joebonrichie on Apr 7 2018, 3:21 PM. Authored by Tags None Referenced Files
Subscribers
Details
Release announcement available here Signed-off-by: Joey Riches <josephriches@gmail.com> Rebuilt chromium against this which extensively uses llvm features such as lld, cfi, etc.
Diff Detail
Event TimelineComment Actions Still no lldb python support for T5125, even though I specify the python location with -DPYTHON_EXECUTABLE=/usr/bin/python2 \ -DPYTHON_LIBRARY=/usr/lib64/libpython2.7.so \ -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 It's looking for python in $workdir/sol-stage2/lib64/ for some reason. Also, i'm not against modularizating the various components for this into separate packages in the future, would make individual maintenance easier. Comment Actions Unless I'm missing something, shouldn't the python flag be -DPYTHON_HOME? Also, I think it should be using Python 3.5+. (as per the documentation). |