Skip to content

Commit

Permalink
Revert "[AVR] Add the very first on-target test"
Browse files Browse the repository at this point in the history
This reverts commit r289648, as it's an execution test and relies on the
emulator/dispatcher being available on all builders.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289651 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rengolin committed Dec 14, 2016
1 parent dbb11ef commit d3ab946
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 22 deletions.
6 changes: 0 additions & 6 deletions test/Metal/AVR/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions test/Metal/AVR/basic.ll

This file was deleted.

8 changes: 0 additions & 8 deletions test/Metal/AVR/lit.local.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion utils/lit/lit/TestingConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def fromdefaults(litConfig):
'LD_PRELOAD', 'ASAN_OPTIONS', 'UBSAN_OPTIONS',
'LSAN_OPTIONS', 'ADB', 'ANDROID_SERIAL',
'SANITIZER_IGNORE_CVE_2016_2143', 'TMPDIR', 'TMP', 'TEMP',
'TEMPDIR', 'AVRLIT_BOARD', 'AVRLIT_PORT']
'TEMPDIR']
for var in pass_vars:
val = os.environ.get(var, '')
# Check for empty string as some variables such as LD_PRELOAD cannot be empty
Expand Down

0 comments on commit d3ab946

Please sign in to comment.