mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 00:46:45 +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