Page MenuHomeFreeBSD

Fix build for LLVM 10.0.0rc1 extras
ClosedPublic

Authored by williams_ct1.xyz on Feb 8 2020, 3:50 PM.
Referenced Files
Unknown Object (File)
Sun, Apr 14, 4:50 AM
Unknown Object (File)
Thu, Apr 11, 11:15 PM
Unknown Object (File)
Mar 3 2024, 8:23 AM
Unknown Object (File)
Feb 17 2024, 2:59 AM
Unknown Object (File)
Jan 9 2024, 2:10 PM
Unknown Object (File)
Jan 9 2024, 2:10 PM
Unknown Object (File)
Jan 9 2024, 2:10 PM
Unknown Object (File)
Jan 1 2024, 5:02 AM
Subscribers

Details

Summary

EXTRAS are currently disabled due to configure errors, resulting in the missing EXTRAS option, and inability to build clang-tools-extra e.g. clang-tidy, clang-rename, clang-doc etc.
Missing lua dependency if LLDB option specified.

The issue was a patch from llvm90 that incorrectly patched CMakeLists.txt in llvm10

Test Plan

make stage (OK)
make stage-qa (Added USES+=lua for LLDB OPTION)
make package (OK)
make install (OK)
make deinstall (OK)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Thanks for the submission, I'll commit shortly (with a small tweak to the lua bits).

This revision is now accepted and ready to land.Feb 11 2020, 11:47 PM
This revision was automatically updated to reflect the committed changes.