[all-commits] [llvm/llvm-project] 67794e: [libc++][nfc] Fixes ppc64le-sanitizer build issue.

mordante via All-commits all-commits at lists.llvm.org
Wed Sep 1 23:14:24 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 67794e784e1da5ef74d6310f847a2ec41a79d9ff
      https://github.com/llvm/llvm-project/commit/67794e784e1da5ef74d6310f847a2ec41a79d9ff
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2021-09-02 (Thu, 02 Sep 2021)

  Changed paths:
    M libcxx/include/__format/format_arg.h

  Log Message:
  -----------
  [libc++][nfc] Fixes ppc64le-sanitizer build issue.

After landing D103357 the worker ppc64le-sanitizer fails on `__bool`.
This replaces all occurrences with `__boolean`.




More information about the All-commits mailing list