[all-commits] [llvm/llvm-project] 876b5e: [OpenMP][Clang] Allow passing target features in I...

Saiyedul Islam via All-commits all-commits at lists.llvm.org
Tue Jan 11 21:26:23 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 876b5ea96bf5890074aec61bc2c6a37b2cdc0617
      https://github.com/llvm/llvm-project/commit/876b5ea96bf5890074aec61bc2c6a37b2cdc0617
  Author: Saiyedul Islam <Saiyedul.Islam at amd.com>
  Date:   2022-01-12 (Wed, 12 Jan 2022)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Parse/ParseOpenMP.cpp
    A clang/test/OpenMP/metadirective_device_isa_codegen.cpp
    A clang/test/OpenMP/metadirective_device_isa_codegen_amdgcn.cpp
    M clang/test/OpenMP/metadirective_messages.cpp

  Log Message:
  -----------
  [OpenMP][Clang] Allow passing target features in ISA trait for metadirective clause

Passing any feature in the device-isa trait which is not supported by the host
was causing a compilation failure.

Differential Revision: https://reviews.llvm.org/D116549




More information about the All-commits mailing list