This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Interfaces need to used add_mlir_library
ClosedPublic

Authored by stephenneuendorffer on Mar 19 2020, 4:44 PM.

Details

Summary

The Interface libraries were moved from Analysis, but declared in
cmake using add_llvm_library(). This breaks LLVM_BUILD_LLVM_DYLIB
builds.

Diff Detail

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Mar 19 2020, 5:00 PM
This revision was automatically updated to reflect the committed changes.