This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][cmake] Fix unittest/Tablegen by special casing LLVMMLIRTableGen
ClosedPublic

Authored by stephenneuendorffer on May 17 2020, 3:34 PM.

Details

Summary

unittest/Tablegen generates an executable that depends on MLIRIR and
LLVMMLIRTableGen. Avoid specifying linkage dependence on LLVM
libraries here because then everyone has to depend on those libraries.

Diff Detail

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 17 2020, 6:06 PM
This revision was automatically updated to reflect the committed changes.