[PATCH] D33348: Add AVR to LLVM_ALL_TARGETS

Dylan McKay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 20 00:46:52 PDT 2017


dylanmckay added a comment.

I personally wouldn't be comfortable making the backend a non-experimental backend just yet.

There are still a lot of bugs which forbid most complex programs from being compiled. Once it is somewhat more usable, I'd definitely push for making the backend a first-class citizen.

On top of this, when we actually promote the backend to a default target, we would need to remove AVR FROM the LLVM_EXPERIMENTAL_TARGETS_TO_BUILD option


Repository:
  rL LLVM

https://reviews.llvm.org/D33348





More information about the llvm-commits mailing list