[all-commits] [llvm/llvm-project] 4c9f6d: [BOLT][AArch64] Fix ifuncs test header inclusion (...

Rafael Auler via All-commits all-commits at lists.llvm.org
Wed Nov 8 16:42:47 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c9f6d6f029752eeaf71ed88c5ff74db3f9800b9
      https://github.com/llvm/llvm-project/commit/4c9f6d6f029752eeaf71ed88c5ff74db3f9800b9
  Author: Rafael Auler <rafaelauler at fb.com>
  Date:   2023-11-08 (Wed, 08 Nov 2023)

  Changed paths:
    M bolt/test/AArch64/ifunc.c

  Log Message:
  -----------
  [BOLT][AArch64] Fix ifuncs test header inclusion (#71741)

Summary: Do not include stdlib headers as these tests are built with
-nostdlib. Tests outside of runtime folder also run cross-platforms, so
an x86 machine wouldn't have access to the correct headers used in the
aarch64 toolchain, even if it has an aarch64 compiler (clang itself).




More information about the All-commits mailing list