Subversion Repositories QNX 8.QNX8 LLVM/Clang compiler suite

Rev

Rev 28 | Rev 33 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28 Rev 29
Line 515... Line 515...
515
 
515
 
516
# and do the Lord's work. https://youtu.be/jcyYmCnkbEE
516
# and do the Lord's work. https://youtu.be/jcyYmCnkbEE
517
echo "Building LLVM..."
517
echo "Building LLVM..."
518
cmake --build . --target install || exit 1
518
cmake --build . --target install || exit 1
519
 
519
 
520
/bin/printf "\n\xF0\x9F\x8D\xBE\x20\x43\x68\x61\x6d\x70\x61\x67\x6e\x65\x2e\n"
520
test -z "${WSL_DISTRO_NAME}" && /bin/printf "\n\xF0\x9F\x8D\xBE\x20\x43\x68\x61\x6d\x70\x61\x67\x6e\x65\x2e\n"
521
exit 0
521
exit 0
522
 
522
 
523
# TODO optional: port compiler_rt sanitizer bindings and build sanitizers, xray, memprof, libfuzzer and profile
523
# TODO optional: port compiler_rt sanitizer bindings and build sanitizers, xray, memprof, libfuzzer and profile
524
# TODO optional: port lldb bindings and build lldb
524
# TODO optional: port lldb bindings and build lldb