You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
e9271a494f
We've been meaning to remove those targets for a while, and the fix is simple enough cause they're all just aliases to other targets. This is a re-application off383fb40b1, wich was reverted in04d48111bbecause the build bots had not been updated yet. The build bot configurations have now been updated not to use the deprecated targets, and I verified that they were using the non-deprecated targets, so we should be good unless I missed a bot. Differential Revision: https://reviews.llvm.org/D76104