[PATCH] D106921: [Bazel] Added missing targets to LLVM bazel rules.
Geoffrey Martin-Noble via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 27 15:53:56 PDT 2021
GMNGeoffrey accepted this revision.
GMNGeoffrey added inline comments.
This revision is now accepted and ready to land.
================
Comment at: utils/bazel/llvm-project-overlay/llvm/BUILD.bazel:1494-1714
+ "name": "AVR",
+ "short_name": "AVR",
+ "tbl_outs": [
+ ("-gen-asm-matcher", "AVRGenAsmMatcher.inc"),
+ ("-gen-asm-writer", "AVRGenAsmWriter.inc"),
+ ("-gen-callingconv", "AVRGenCallingConv.inc"),
+ ("-gen-dag-isel", "AVRGenDAGISel.inc"),
----------------
These are missing "lib/Target/Foo" prefixes for the filenames. With the addition of the suggested change, I've confirmed that the Bazel build passes (still working on a proper pre-merge check)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106921/new/
https://reviews.llvm.org/D106921
More information about the llvm-commits
mailing list