This is an archive of the discontinued LLVM Phabricator instance.

[llvm-diff] Create libLLVMDiff library
ClosedPublic

Authored by void on Aug 3 2021, 12:57 PM.

Details

Summary

Some tools may want to use the LLVM "diff" code. Move the code into a
library for easy use.

No functionality change intende.

Diff Detail

Event Timeline

void created this revision.Aug 3 2021, 12:57 PM
void requested review of this revision.Aug 3 2021, 12:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 3 2021, 12:57 PM
This revision was not accepted when it landed; it landed in state Needs Review.Aug 5 2021, 10:36 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.

CI is failing on:

Cannot find source file:
   llvm-livepatch.cpp

New file missing from this commit?

edit: precommit testing also failed on that, e.g. https://buildkite.com/llvm-project/premerge-checks/builds/50915#a9e6c562-ce15-448d-935f-b63a5d50555b

dyung added a subscriber: dyung.Aug 5 2021, 10:43 AM

Was the llvm-livepatch changes intended to be part of this change?

A new tool llvm-livepatch probably needs a discussion on llvm-dev...