-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
lld-link: error: could not open 'Advapi32.lib': No such file or directory
Using new (some would say experimental) llvm's lld, targeting windows from linux. Triggered by c++20 code using std::chrono::clock_cast. Fixed locally by manually making Advapi32.lib alias advapi32.lib.
Version:
LLD 20.0.0 (https://github.com/llvm/llvm-project.git a8f3ebaf11c3745e5123054776eb71755d16f2f9)
$ cd .../splat/sdk/lib/um/x64
$ ln -s advapi32.lib Advapi32.lib
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels