This is an archive of the discontinued LLVM Phabricator instance.

Fix build.bazel files for adding Index dialect and LLVMTypes.
ClosedPublic

Authored by bixia on Oct 21 2022, 12:24 PM.

Diff Detail

Event Timeline

bixia created this revision.Oct 21 2022, 12:24 PM
bixia requested review of this revision.Oct 21 2022, 12:24 PM

Still have a bazel failure?

bixia updated this revision to Diff 469732.Oct 21 2022, 1:00 PM

Add IndextoLLVM.

bixia updated this revision to Diff 469773.Oct 21 2022, 2:42 PM

Trying to add build rules for LLVMTypes (without testing).

bixia updated this revision to Diff 469774.Oct 21 2022, 2:43 PM

Rebase.

bixia updated this revision to Diff 469777.Oct 21 2022, 2:51 PM

Fix build file syntax.

aartbik accepted this revision.Oct 21 2022, 3:04 PM
This revision is now accepted and ready to land.Oct 21 2022, 3:04 PM
bixia retitled this revision from Fix build.bazel files for adding Index dialect. to Fix build.bazel files for adding Index dialect and LLVMTypes..Oct 21 2022, 3:06 PM
bixia updated this revision to Diff 469787.Oct 21 2022, 3:12 PM

types should be typedef.

bixia updated this revision to Diff 469794.Oct 21 2022, 3:18 PM

add dependence to SubElementInterfaces td files.

bixia updated this revision to Diff 469797.Oct 21 2022, 3:28 PM

Add dependence to data layout interface td.

This revision was landed with ongoing or failed builds.Oct 21 2022, 3:56 PM
This revision was automatically updated to reflect the committed changes.