[PATCH] D130479: [ORC_RT][COFF] Initial platform support for COFF/x86_64.

Wu Yingcong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 17:48:49 PDT 2022


yingcong-wu added a comment.

In D130479#3782886 <https://reviews.llvm.org/D130479#3782886>, @sunho wrote:

> Turned out the different library name was made by a bug in compiler-rt cmake file -- my local build was generating ".a" library files. It should be fixed in https://reviews.llvm.org/D133669. I'll update the code to use just ".lib" I'll invastigate the symbol not found failure shortly.

Glad to hear that.

> Could you share more details on your build setting and error log?

The error log is really not much to shared. As for my build settings, I was built with VS2022 under u4win environment as well as the native windows environment. If you want to know something specific, please just ask me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130479



More information about the llvm-commits mailing list