Loading polly/test/CodeGen/OpenMP/lit.local.cfg 0 → 100644 +3 −0 Original line number Diff line number Diff line cloog = config.root.cloog_found if cloog not in ['TRUE', 'true'] : config.unsupported = True polly/test/lit.site.cfg.in +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ config.polly_obj_root = "@POLLY_BINARY_DIR@" config.polly_lib_dir = "@POLLY_LIB_DIR@" config.target_triple = "@TARGET_TRIPLE@" config.enable_gpgpu_codegen = "@CUDALIB_FOUND@" config.cloog_found = "@CLOOG_FOUND@" lit.params['build_config'] = "@POLLY_SOURCE_DIR@/test" ## Check the current platform with regex Loading Loading
polly/test/CodeGen/OpenMP/lit.local.cfg 0 → 100644 +3 −0 Original line number Diff line number Diff line cloog = config.root.cloog_found if cloog not in ['TRUE', 'true'] : config.unsupported = True
polly/test/lit.site.cfg.in +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ config.polly_obj_root = "@POLLY_BINARY_DIR@" config.polly_lib_dir = "@POLLY_LIB_DIR@" config.target_triple = "@TARGET_TRIPLE@" config.enable_gpgpu_codegen = "@CUDALIB_FOUND@" config.cloog_found = "@CLOOG_FOUND@" lit.params['build_config'] = "@POLLY_SOURCE_DIR@/test" ## Check the current platform with regex Loading