[PATCH] D75099: [AVR] Include AVR by default in LLVM builds

Dylan McKay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 23:18:30 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGdfecec65e679: [AVR] Include AVR by default in LLVM builds (authored by dylanmckay).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75099/new/

https://reviews.llvm.org/D75099

Files:
  llvm/CMakeLists.txt


Index: llvm/CMakeLists.txt
===================================================================
--- llvm/CMakeLists.txt
+++ llvm/CMakeLists.txt
@@ -289,6 +289,7 @@
   AArch64
   AMDGPU
   ARM
+  AVR
   BPF
   Hexagon
   Lanai


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75099.249843.patch
Type: text/x-patch
Size: 225 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200312/98b9c8f6/attachment.bin>


More information about the llvm-commits mailing list