[all-commits] [llvm/llvm-project] c49db5: [CLANG] XFAIL c-strings.c & volatile-1.c AArch64/W...

Omair Javaid via All-commits all-commits at lists.llvm.org
Wed Nov 2 01:35:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c49db597a131576160ab8d1e19575853afbc7077
      https://github.com/llvm/llvm-project/commit/c49db597a131576160ab8d1e19575853afbc7077
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M clang/test/CodeGen/c-strings.c
    M clang/test/CodeGen/volatile-1.c

  Log Message:
  -----------
  [CLANG] XFAIL c-strings.c & volatile-1.c AArch64/Windows

c-strings.c and volatile-1.c failing due to alignment issue on WoA. I am
going to mark them as XFAIL for now.


  Commit: 870fbf8e300f3012470593ac087219a04d52857f
      https://github.com/llvm/llvm-project/commit/870fbf8e300f3012470593ac087219a04d52857f
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M flang/CMakeLists.txt

  Log Message:
  -----------
  [FLANG] Fix MSVC + clang-cl build

Flang build on windows with MSVC environment and clang-cl compiler
requires clang_rt.builtin.${target} library. This patch allows us to
locate and include this link library. This is mostly needed for flang
runtime and associated unittests. Clang implicitly uses this library
while calling lld-link via clang driver however a standalone call to
lld-link doesnt link against clang_rt library on its own.

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


Compare: https://github.com/llvm/llvm-project/compare/34b2b884f1d1...870fbf8e300f


More information about the All-commits mailing list