[all-commits] [llvm/llvm-project] d664c4: [libclc] Remove unnecessary clcmacros.h (#137149)

Fraser Cormack via All-commits all-commits at lists.llvm.org
Thu Apr 24 03:24:45 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d664c42baaed7f47a80f73a3974afd6e2593e41a
      https://github.com/llvm/llvm-project/commit/d664c42baaed7f47a80f73a3974afd6e2593e41a
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2025-04-24 (Thu, 24 Apr 2025)

  Changed paths:
    M libclc/generic/include/clc/clc.h
    R libclc/generic/include/clc/clcmacros.h

  Log Message:
  -----------
  [libclc] Remove unnecessary clcmacros.h (#137149)

The macros defined by this file (not to be confused with clcmacro.h)
don't appear necessary for building libclc.

The language version macros should be handled by clang, and there are no
uses of NULL or kernel_exec in the source code.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list