[all-commits] [llvm/llvm-project] 9a53f9: [libc++][print] Mark some more `<print>` tests as ...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Tue Aug 8 00:29:52 PDT 2023


  Branch: refs/heads/release/17.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 9a53f9cfb9cc422521a07641b9ad89ff88ca285d
      https://github.com/llvm/llvm-project/commit/9a53f9cfb9cc422521a07641b9ad89ff88ca285d
  Author: Konstantin Varlamov <varconsteq at gmail.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
    M libcxx/test/libcxx/input.output/iostream.format/print.fun/transcoding.pass.cpp
    M libcxx/test/libcxx/input.output/iostream.format/print.fun/vprint_unicode_posix.pass.cpp

  Log Message:
  -----------
  [libc++][print] Mark some more `<print>` tests as requiring a file system.

A follow-up to https://reviews.llvm.org/D156585.

(cherry picked from commit e6b2e1b88248c1f5b34fde4e51aaeb99f849b580)


  Commit: bdf92159c8297e8fda0a55b2651c630e3f1ac613
      https://github.com/llvm/llvm-project/commit/bdf92159c8297e8fda0a55b2651c630e3f1ac613
  Author: YunQiang Su <wzssyqa at gmail.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

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

  Log Message:
  -----------
  MIPS: clear_cache, use _flush_cache instead of cacheflush

The cacheflush is only defined with __USE_MISC, which depends on _DEFAULT_SOURCE,
_GNU_SOURCE or _BSD_SOURCE, or _SVID_SOURCE.

If CC is called with -std=c11, these macros won't be defined, Let's use
_flush_cache, which is defined always.

Reviewed By: brad, jrtc27

Differential Revision: https://reviews.llvm.org/D156072

(cherry picked from commit 0f99bc2d685c572c3b38fd0e1ca56be12d7e2f6a)


  Commit: 3fc4317e3c35a615121035372e4ba57bdd821a7f
      https://github.com/llvm/llvm-project/commit/3fc4317e3c35a615121035372e4ba57bdd821a7f
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
    M llvm/docs/ReleaseNotes.rst

  Log Message:
  -----------
  AMDGPU: Remove note about spill handling changes

This was reverted from the release by
8ff26437cfd37a3611d3b6066e5aa2cf933887e0


  Commit: af23bb51b5bb8c797fae63d12932c0282ddd35e4
      https://github.com/llvm/llvm-project/commit/af23bb51b5bb8c797fae63d12932c0282ddd35e4
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
    M clang/lib/Headers/cpuid.h
    R clang/test/Headers/__cpuidex_conflict.c
    M clang/test/Headers/cpuid.c

  Log Message:
  -----------
  Revert "[clang][X86] Add __cpuidex function to cpuid.h"

This reverts commit 2df77ac20a1ed996706b164b0c4ed5ad140f635f.

This has been causing some issues with some windows builds as
_MSC_EXTENSIONS isn't defined when only -fms-extensions is set, but the
builtin that conflicts with __cpuidex is. This was also causing problems
as it exposed some latent issues with how auxiliary triples are handled
in clang.

Differential Revision: https://reviews.llvm.org/D157115

(cherry picked from commit f3baf63d9a1ba91974f4df6abb8f2abd9a0df5b5)


Compare: https://github.com/llvm/llvm-project/compare/2f40e7b2bf59...af23bb51b5bb


More information about the All-commits mailing list