[all-commits] [llvm/llvm-project] 41b83c: [compiler-rt] Fix build errors with gcc

Kazu Hirata via All-commits all-commits at lists.llvm.org
Tue Aug 6 00:12:05 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 41b83ca559c402d238e303c0ac233180d60dcd57
      https://github.com/llvm/llvm-project/commit/41b83ca559c402d238e303c0ac233180d60dcd57
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-08-06 (Tue, 06 Aug 2024)

  Changed paths:
    M compiler-rt/lib/builtins/crtbegin.c

  Log Message:
  -----------
  [compiler-rt] Fix build errors with gcc

This patch fixes:

  compiler-rt/lib/builtins/crtbegin.c:11:18: error: missing binary
  operator before token "("

  compiler-rt/lib/builtins/crtbegin.c:53:18: error: missing binary
  operator before token "("

  compiler-rt/lib/builtins/crtbegin.c:124:18: error: missing binary
  operator before token "("



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