mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
This change ensures that isl is only detected if it includes code generation support. This allows us to remove a lot of conditional compilation and also avoids missing test cases in case the feature is not available. llvm-svn: 166403