Skip to content

Commit

Permalink
Revert "[AVR] Use 'avr-unknown-unknown' as the default target triple"
Browse files Browse the repository at this point in the history
This reverts commit f4ceb90.

The change triggered failures on the buildbot.
  • Loading branch information
dylanmckay committed Mar 18, 2020
1 parent e885287 commit e6568e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildbot/osuosl/master/config/builders.py
Expand Up @@ -742,8 +742,8 @@ def _get_clang_builders():
checkout_lld=False,
extra_cmake_args=['-DLLVM_ENABLE_ASSERTIONS=ON',
# We need to compile the X86 backend due to a few generic CodeGen tests.
'-DLLVM_TARGETS_TO_BUILD=AVR;X86',
'-DLLVM_DEFAULT_TARGET_TRIPLE=avr-unknown-unknown',
'-DLLVM_TARGETS_TO_BUILD=X86',
'-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=AVR',
'-DBUILD_SHARED_LIBS=ON'])},

{'name' : "clang-solaris11-amd64",
Expand Down

0 comments on commit e6568e9

Please sign in to comment.