[PATCH] D85551: [OpenMP] Split OpenMP/target_map_codegen test [NFC]
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 7 13:34:22 PDT 2020
tra added inline comments.
================
Comment at: clang/test/OpenMP/target_map_codegen_18.cpp:5
+
+///==========================================================================///
+// RUN: %clang_cc1 -DUSE -DCK19 -verify -fopenmp -fopenmp-targets=powerpc64le-ibm-linux-gnu -x c++ -triple powerpc64le-unknown-unknown -emit-llvm %s -o - | FileCheck -allow-deprecated-dag-overlap %s --check-prefixes=CK19,CK19-64,CK19-USE
----------------
This file is still among the longest tests in clang and could use some further splitting, if possible.
Between this and arm-cortex-cpus.c tests there are another 10 seconds we could shave off the test time.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85551/new/
https://reviews.llvm.org/D85551
More information about the cfe-commits
mailing list