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

Dylan McKay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 02:03:48 PST 2020


dylanmckay updated this revision to Diff 246651.
dylanmckay added a comment.

Remove DWARF-dumping claims from the commit message.


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.246651.patch
Type: text/x-patch
Size: 225 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200226/edbcd312/attachment.bin>


More information about the llvm-commits mailing list