diff options
author | Ed Maste <emaste@freebsd.org> | 2015-01-14 20:32:33 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2015-01-14 20:32:33 +0000 |
commit | 55f74e829bb173ecc70ed2b83f565add5df4fa7d (patch) | |
tree | 56f3d5634ce560d1ddd3f151917369936e62fb3f /llvm/lib/Target/XCore | |
parent | 11a34b385d3c9f6eb1214b5768f5672dde5873ff (diff) | |
download | bcm5719-llvm-55f74e829bb173ecc70ed2b83f565add5df4fa7d.tar.gz bcm5719-llvm-55f74e829bb173ecc70ed2b83f565add5df4fa7d.zip |
test: Add workaround for FreeBSD libedit vs readline issue
If stdout is not a terminal Python executes
rl_variable_bind ("enable-meta-key", "off");
This produces a warning with FreeBSD's libedit because the
enable-meta-key variable is unknown. Not an issue on Apple because
cpython commit f0ab6f9f0603 added a #ifndef __APPLE__ around the call.
See http://bugs.python.org/issue19884 for more information.
For now we just discard the warning output to get the tests working
again on FreeBSD.
llvm-svn: 226037
Diffstat (limited to 'llvm/lib/Target/XCore')
0 files changed, 0 insertions, 0 deletions