This is an archive of the discontinued LLVM Phabricator instance.

Fix target dependencies for libtool in Bazel build files.
AbandonedPublic

Authored by cmtice on Feb 4 2022, 2:13 PM.

Details

Reviewers
GMNGeoffrey
Summary

A recent change to libtool makes it depend on llvm/Support/TargetSupport.h. This needs to be reflected in the bazel build file (which this change does).

Diff Detail

Event Timeline

cmtice requested review of this revision.Feb 4 2022, 2:13 PM
cmtice created this revision.
GMNGeoffrey added inline comments.Feb 4 2022, 2:26 PM
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
204

This is already included in the glob above, which is why the pre-merge check is complaining about a duplicated header

cmtice abandoned this revision.Feb 4 2022, 2:32 PM

Never mind; someone beat me to the fix. Abandoning this.