[all-commits] [llvm/llvm-project] eee6a1: [clang-repl][NFC] Split weak symbol test to a new ...

Jun Zhang via All-commits all-commits at lists.llvm.org
Thu Jul 7 18:18:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eee6a12227a608e4c9aa4d9428d3fe55071f2d64
      https://github.com/llvm/llvm-project/commit/eee6a12227a608e4c9aa4d9428d3fe55071f2d64
  Author: Jun Zhang <jun at junz.org>
  Date:   2022-07-08 (Fri, 08 Jul 2022)

  Changed paths:
    A clang/test/Interpreter/execute-weak.cpp
    M clang/test/Interpreter/execute.cpp

  Log Message:
  -----------
  [clang-repl][NFC] Split weak symbol test to a new test

Windows has some issues when we try to use `__attribute__((weak))` in
JIT, so we disabled that. But it's not worth to disable the whole test
just for this single feature. This patch split that part from the
original test so we can keep testing stuff that normally working in
Windows.

Signed-off-by: Jun Zhang <jun at junz.org>

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




More information about the All-commits mailing list