[all-commits] [llvm/llvm-project] 0680ca: [InstrProf][NFC] Ignore -Wcast-qual after D153911 ...

Jake Egan via All-commits all-commits at lists.llvm.org
Wed Jul 19 10:52:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0680ca7f8c388bd929843badea04a4b4c3aa95e0
      https://github.com/llvm/llvm-project/commit/0680ca7f8c388bd929843badea04a4b4c3aa95e0
  Author: Jake Egan <5326451+jakeegan at users.noreply.github.com>
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
    M compiler-rt/lib/profile/InstrProfilingPlatformAIX.c

  Log Message:
  -----------
  [InstrProf][NFC] Ignore -Wcast-qual after D153911 to fix build failure on AIX

/scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/llvm-project/compiler-rt/lib/profile/InstrProfilingPlatformAIX.c:202:40: error: cast from 'const int (*)[0]' to 'void *' drops const qualifier [-Werror,-Wcast-qual]
                               (void *)&dummy_name, (void *)&dummy_vnds};
                                       ^
1 error generated.




More information about the All-commits mailing list