This will disable the new LLVM_TARGET_ALL option which will only
enable the required target.
This only impacts the bootstrap compiler in WORLDTMP, not the target compiler
that will be installed.
Sponsored by: Dell EMC
Differential D16021
Clang: Only build needed target for bootstrap compiler. bdrewery on Jun 26 2018, 6:18 PM. Authored by Tags None Referenced Files
Subscribers
Details This will disable the new LLVM_TARGET_ALL option which will only This only impacts the bootstrap compiler in WORLDTMP, not the target compiler Sponsored by: Dell EMC Did buildworld with native arch, cross-arch, and testing of the universe-one-clang patch.
Diff Detail
Event TimelineComment Actions Isn't WITH_LLVM_TARGET_ALL the default, and if so, shouldn't WITHOUT_LLVM_TARGET_ALL be documented instead? (I always found these explanatory files a little confusing, though...) Comment Actions Yeah this review is just utilizing the feature for buildworld. The other adds the option as a simpler means to enable/disable unneeded targets for users. |