This is an archive of the discontinued LLVM Phabricator instance.

[lldb-mi] Fix unresolved reference to llvm_regcomp and llvm_regfree.
ClosedPublic

Authored by dsanders on Sep 21 2015, 10:27 AM.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 35278.Sep 21 2015, 10:27 AM
dsanders retitled this revision from to [lldb-mi] Fix unresolved reference to llvm_regcomp and llvm_regfree..
dsanders updated this object.
dsanders added subscribers: lldb-commits, labath, krytarowski.

It seems I spoke too soon when I said the link error went away after a clean build. This patch fixes it.

This revision was automatically updated to reflect the committed changes.