This is an archive of the discontinued LLVM Phabricator instance.

[Test suite builder] Make enable_runtimes="auto" the default
ClosedPublic

Authored by DavidSpickett on Mar 20 2023, 8:57 AM.

Details

Summary

"auto" puts compler-rt and friends into ENABLE_RUNTIMES, which
is now the reccomended way to build.

All the existing bots were passing "auto" anyway so make it the
default.

Diff Detail