[all-commits] [llvm/llvm-project] fab497: Revert "[Clang][OpenMP] Support for Code Generatio...

Nico Weber via All-commits all-commits at lists.llvm.org
Mon Aug 7 09:02:38 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fab49721b4ef0b5079194bc09528df78f38c32a8
      https://github.com/llvm/llvm-project/commit/fab49721b4ef0b5079194bc09528df78f38c32a8
  Author: Nico Weber <thakis at chromium.org>
  Date:   2023-08-07 (Mon, 07 Aug 2023)

  Changed paths:
    M clang/include/clang/AST/StmtOpenMP.h
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Sema/Sema.h
    M clang/lib/AST/StmtOpenMP.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/lib/Serialization/ASTReaderStmt.cpp
    M clang/lib/Serialization/ASTWriterStmt.cpp
    M clang/test/OpenMP/generic_loop_ast_print.cpp
    M clang/test/OpenMP/generic_loop_codegen.cpp
    R clang/test/OpenMP/loop_bind_codegen.cpp
    R clang/test/OpenMP/loop_bind_enclosed.cpp
    R clang/test/OpenMP/loop_bind_messages.cpp
    M clang/test/OpenMP/nested_loop_codegen.cpp
    M clang/test/PCH/pragma-loop.cpp

  Log Message:
  -----------
  Revert "[Clang][OpenMP] Support for Code Generation of loop bind clause"

This reverts commit 4097a24584121dba562d471fab97d3dfec1b5bff.
Breaks tests on macOS, see https://reviews.llvm.org/rG4097a2458412#1235854




More information about the All-commits mailing list