[clang] default clause replaced by otherwise clause for metadirective in OpenMP 5.2 (PR #128640)
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 28 11:51:13 PDT 2025
================
@@ -1,105 +1,33 @@
-// RUN: %clang_cc1 -verify -fopenmp -x c++ -triple x86_64-unknown-linux -emit-llvm %s -o - | FileCheck %s
-// expected-no-diagnostics
-
+// RUN: %clang_cc1 -verify -fopenmp -fopenmp-version=52 -DOMP52 -triple x86_64-unknown-unknown -emit-llvm %s -o - | FileCheck %s
----------------
alexey-bataev wrote:
Add tests for serilization/deserialization support
https://github.com/llvm/llvm-project/pull/128640
More information about the cfe-commits
mailing list