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)
Wed, Apr 29, 6:51 AM
Unknown Object (File)
Tue, Apr 28, 9:54 AM
Unknown Object (File)
Fri, Apr 24, 2:33 PM
Unknown Object (File)
Thu, Apr 23, 3:56 PM
Unknown Object (File)
Wed, Apr 22, 1:17 AM
Unknown Object (File)
Sun, Apr 19, 4:48 PM
Unknown Object (File)
Sat, Apr 18, 5:08 PM
Unknown Object (File)
Mon, Apr 13, 8:05 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.