diff --git a/config.yaml b/config.yaml index 5a21448..83dc3f1 100644 --- a/config.yaml +++ b/config.yaml @@ -30,17 +30,6 @@ actions: %ifarch aarch64 riscv64 %define _find_debuginfo_dwz_opts %{nil} count: 1 - - target: "spec" - find: | - #region llvm options - replace: | - %global runtimes compiler-rt;openmp - %ifnarch riscv64 - %global runtimes %{runtimes};offload - %endif - - #region llvm options - count: 1 - target: "spec" find: | %ifnarch %{ix86} @@ -77,8 +66,6 @@ actions: test_list_filter_out+=("Clang :: OpenMP/declare_variant_device_isa_codegen_1.c") %endif - export LIT_FILTER_OUT=$(test_list_to_regex test_list_filter_out) - %ifnarch riscv64 %cmake_build --target check-clang %endif