[PATCH] D55229: [COFF] Statically link certain runtime library functions

JF Bastien via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 25 17:03:33 PDT 2019


jfb added a comment.

Looks like this might have broken bots:

  /Users/buildslave/jenkins/workspace/clang-stage1-cmake-RA-incremental/llvm/tools/clang/test/CodeGenCXX/runtime-dllstorage.cpp:121:26: error: CHECK-IA-DAG: expected string not found in input
  // CHECK-DYNAMIC-IA-DAG: declare dllimport i32 @__cxa_thread_atexit(void (i8*)*, i8*, i8*)
                           ^
  <stdin>:1:1: note: scanning from here
  ; ModuleID = '/Users/buildslave/jenkins/workspace/clang-stage1-cmake-RA-incremental/llvm/tools/clang/test/CodeGenCXX/runtime-dllstorage.cpp'
  ^
  <stdin>:42:1: note: possible intended match here
  declare dso_local i32 @__cxa_thread_atexit(void (i8*)*, i8*, i8*) #2
  ^

http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/60461/


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55229/new/

https://reviews.llvm.org/D55229





More information about the cfe-commits mailing list