This is an archive of the discontinued LLVM Phabricator instance.

ManagedStatic: remove from DynamicLibrary
ClosedPublic

Authored by nhaehnle on Jul 5 2022, 2:18 AM.

Diff Detail

Event Timeline

nhaehnle created this revision.Jul 5 2022, 2:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2022, 2:18 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
nhaehnle requested review of this revision.Jul 5 2022, 2:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2022, 2:18 AM
This revision is now accepted and ready to land.Jul 26 2022, 9:57 AM
This revision was landed with ongoing or failed builds.Aug 3 2022, 8:44 AM
This revision was automatically updated to reflect the committed changes.

I am responsible for one of the buildbots that failed (https://lab.llvm.org/buildbot/#/builders/172). If you don't have access to a Windows machine to reproduce the problem, I could help.

I am responsible for one of the buildbots that failed (https://lab.llvm.org/buildbot/#/builders/172). If you don't have access to a Windows machine to reproduce the problem, I could help.

@Meinersbur Thanks, I'd appreciate it. It looked easy enough to fix, but if you could give it a pre-test then for your convenience I put it here: https://github.com/nhaehnle/llvm-project/tree/managedstatic-dynamiclibrary

git fetch git@github.com:nhaehnle/llvm-project.git managedstatic-dynamiclibrary && git switch -d FETCH_HEAD