[all-commits] [llvm/llvm-project] 38db37: [test] [llvm-config] Assume unix style lib names o...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Tue May 9 15:08:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 38db3795e706b212a34140a395d642195b9d150e
      https://github.com/llvm/llvm-project/commit/38db3795e706b212a34140a395d642195b9d150e
  Author: Martin Storsjö <martin at martin.st>
  Date:   2023-05-10 (Wed, 10 May 2023)

  Changed paths:
    M llvm/test/tools/llvm-config/system-libs.test
    M llvm/test/tools/llvm-config/system-libs.windows.test

  Log Message:
  -----------
  [test] [llvm-config] Assume unix style lib names on mingw targets

Assume the MSVC style naming only for "windows-msvc" targets.

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


  Commit: 7f037e5645bd62fca6fc7c3e77962aafe2bc8b27
      https://github.com/llvm/llvm-project/commit/7f037e5645bd62fca6fc7c3e77962aafe2bc8b27
  Author: Martin Storsjö <martin at martin.st>
  Date:   2023-05-10 (Wed, 10 May 2023)

  Changed paths:
    M clang/test/C/drs/dr1xx.c
    M clang/test/Driver/experimental-library-flag.cpp
    M clang/test/SemaCXX/attr-trivial-abi.cpp

  Log Message:
  -----------
  [clang] [test] Narrow down MSVC specific behaviours from "any windows" to only MSVC/clang-cl

This fixes running tests with a toolchain that defaults to a MinGW
target.

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


  Commit: b80febdf43d33414bbc1c8d8a282a73d8f61a781
      https://github.com/llvm/llvm-project/commit/b80febdf43d33414bbc1c8d8a282a73d8f61a781
  Author: Martin Storsjö <martin at martin.st>
  Date:   2023-05-10 (Wed, 10 May 2023)

  Changed paths:
    M clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming-standard-types.h

  Log Message:
  -----------
  [clang-tidy] [test] Narrow down a special case to MSVC mode

For MinGW targets, size_t isn't a compiler defined type, just like
for unix targets.

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


Compare: https://github.com/llvm/llvm-project/compare/5e983942d59c...b80febdf43d3


More information about the All-commits mailing list