mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 16:29:50 +08:00
This matches the fact that we build the experimental library by default. Otherwise, by default we'd be building the library but not testing it, which is inconsistent. Differential Revision: https://reviews.llvm.org/D102109