[clang] [CodeGen][OpenMP] Set the default schedule for loops to static,1 if TSan is enabled (PR #68891)
Shilei Tian via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 12 06:57:28 PDT 2023
================
@@ -0,0 +1,161 @@
+/*
+ * DRB006-indirectaccess2-orig-yes.c -- Archer testcase
+ */
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+//
+// See tools/archer/LICENSE.txt for details.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+/*
+Copyright (c) 2017, Lawrence Livermore National Security, LLC.
----------------
shiltian wrote:
@jdoerfert what is our policy regarding test case copyright?
https://github.com/llvm/llvm-project/pull/68891
More information about the cfe-commits
mailing list