Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

M68k LLVM Development

Motorola 68000 series processors development in upstream LLVM (ex. compiler backend)
Collective - Host: opensource - https://opencollective.com/m68k-llvm-dev - Website: https://m680x0.github.io - Code: https://github.com/m680x0

Cleanup report a bit

llvm-svn: 10528

github.com/llvm/llvm-test-suite - 5de0754bc35344541df9f02fa1b411464ca103cd authored about 21 years ago by Chris Lattner <[email protected]>
add linear scan tests if ENABLE_LINEARSCAN is defined

llvm-svn: 10526

github.com/llvm/llvm-test-suite - 683bbb578f86dd6fb63957b0fd08b91486575c41 authored about 21 years ago by Chris Lattner <[email protected]>
Add a llc-ls column, which will only do stuff on the X86 tester, but oh well.

llvm-svn: 10524

github.com/llvm/llvm-test-suite - 93ebd89ca4800f9e4ba71e9240c6b54504d4b108 authored about 21 years ago by Chris Lattner <[email protected]>
Add llc-ls target for testing the linear scan allocator, for use by alkis

llvm-svn: 10523

github.com/llvm/llvm-test-suite - 27072861e894de5645398c8431f984279ec8a154 authored about 21 years ago by Chris Lattner <[email protected]>
Err, yeah, I have a clue, really.

llvm-svn: 10522

github.com/llvm/llvm-test-suite - 24bbc694ecfdc0ccd63f3bab48602a4a07d88e9b authored about 21 years ago by Chris Lattner <[email protected]>
Hack off repeated prefixes from the first column if a variable is set.

This allows us to get rid of the External/SPEC/CINT2000 prefix, for example.

llvm-svn: 10521

github.com/llvm/llvm-test-suite - 09e2cafbcd2fd8579bccc849d4c97e0cac084689 authored about 21 years ago by Chris Lattner <[email protected]>
Merged in RELEASE_11.

llvm-svn: 10516

github.com/llvm/llvm-test-suite - b477960ad5be808ce8bcd478a251c9525e49e3d9 authored about 21 years ago by John Criswell <[email protected]>
Take out lchown()

llvm-svn: 10492

github.com/llvm/llvm-test-suite - 9479fe15b6ed41672bf44dc71a603540e0addccb authored about 21 years ago by Brian Gaeke <[email protected]>
Make sure 'unix' is always defined

llvm-svn: 10491

github.com/llvm/llvm-test-suite - a2cc6cbd9dfd68a18d4327c77924afb986efd0ee authored about 21 years ago by Brian Gaeke <[email protected]>
Take out reference to putpwent().

Provide a reasonable default definition for PATH_MAX.

llvm-svn: 10490

github.com/llvm/llvm-test-suite - a8c55cf45173ddb65c61f55fa66a017242203a3f authored about 21 years ago by Brian Gaeke <[email protected]>
Linux doesn't have libsocket so this breaks everything. This should either be conditionalized on solaris, or we should fix the bug causing libsocket to be pulled in.

llvm-svn: 10417

github.com/llvm/llvm-test-suite - 7eae205a037e4f49c80ab6df462d587b50836694 authored about 21 years ago by Chris Lattner <[email protected]>
Check this in instead of having it live in my local tree, though it is not used

llvm-svn: 10416

github.com/llvm/llvm-test-suite - dbf8320c605d7b55e8bf69723c463e1729f51cf2 authored about 21 years ago by Chris Lattner <[email protected]>
Added libsocket because the except program seems to want it on Sparc.

I'll have to dig into that sometime.

llvm-svn: 10405

github.com/llvm/llvm-test-suite - 1e9761f8daeb19dde6411485f132b1a2236e3d35 authored about 21 years ago by John Criswell <[email protected]>
Hrm, reading off the end of an array is _bad_. PLEASE don't do that! :)

llvm-svn: 10401

github.com/llvm/llvm-test-suite - 134aae2d2ba8a559f33bf2718e8cff2851d0f236 authored about 21 years ago by Chris Lattner <[email protected]>
Eliminate the one test that uses threads, we aren't ready for it yet.

Also, don't link in the native libstdc++, as we aren't abi compatible with it,
and don't need it....

github.com/llvm/llvm-test-suite - 15dd4e52936014594ff420afe150f8f6f5fc01dd authored about 21 years ago by Chris Lattner <[email protected]>
Fix a bug in the benchmark. Apparently these things haven't been tested with the default input sizes

llvm-svn: 10379

github.com/llvm/llvm-test-suite - 70c0c81b4922a5f87f90332117472e0423b85517 authored about 21 years ago by Chris Lattner <[email protected]>
Added the -Wno-deprecated flag to avoid spurious error messages.

llvm-svn: 10365

github.com/llvm/llvm-test-suite - 117abb7e86d09961f8372a6dbedbe05a06489be9 authored about 21 years ago by John Criswell <[email protected]>
Hrm, the cat happens before the chdir

llvm-svn: 10363

github.com/llvm/llvm-test-suite - 3a92889e3c1ccd2efc866721a3bad5463e5812ad authored about 21 years ago by Chris Lattner <[email protected]>
Finally, fix the bugpoint-(gccas/gccld/llc/lli) targets for SPEC!

llvm-svn: 10362

github.com/llvm/llvm-test-suite - 3860945380773e9fb84d358ec543e8e3a0133e2a authored about 21 years ago by Chris Lattner <[email protected]>
If a makefile defines its own run rules, it will have to define its own

bugpoint rules

llvm-svn: 10361

github.com/llvm/llvm-test-suite - d7739a782910c3bd70a13b12b8ee779fa9c94877 authored about 21 years ago by Chris Lattner <[email protected]>
Increased the default number of elements to 10. This matches the C

version, and prevents heapsort from segfaulting.

llvm-svn: 10340

github.com/llvm/llvm-test-suite - c1903145e1ab314537e9ebc7b5f9307ed13e81de authored about 21 years ago by John Criswell <[email protected]>
Use LDFLAGS to specify link flags for native applications.

These options should be the same for linking LLC, CBE, and native code.

Use these new features t...

github.com/llvm/llvm-test-suite - b4463db7ffc2bd5df1b8f949e6ff424f789d5b5a authored about 21 years ago by John Criswell <[email protected]>
Use LDFLAGS to specify link flags for native applications.

These options should be the same for linking LLC, CBE, and native code.

llvm-svn: 10329

github.com/llvm/llvm-test-suite - a0b56eaf2f9e2275b7ccd58a5beec22bee360db4 authored about 21 years ago by John Criswell <[email protected]>
Adding libpthread seems to get a few more tests working.

llvm-svn: 10328

github.com/llvm/llvm-test-suite - 571ee2a2ebcdacadc21d87299d308c1452ffd95d authored about 21 years ago by John Criswell <[email protected]>
Enable the C++ Shootout benchmarks.

llvm-svn: 10327

github.com/llvm/llvm-test-suite - be4609fec58a94c888ec3f57d6f264d9b1706d04 authored about 21 years ago by John Criswell <[email protected]>
Add the C++ libraries needed to link most of the Shootout C++ programs.

llvm-svn: 10326

github.com/llvm/llvm-test-suite - 6d898d66676e0cae49a4042011f7ead6e4499cec authored about 21 years ago by John Criswell <[email protected]>
Fixed the building of subdirectories with the new configure script.

llvm-svn: 10286

github.com/llvm/llvm-test-suite - 859591bbb210d554ef5fee3e5b15d781361b4cd0 authored about 21 years ago by John Criswell <[email protected]>
Removed commented out LLVMSource directory.

llvm-svn: 10285

github.com/llvm/llvm-test-suite - e37cb44cfb7b6b6ca41613b8ddfdc74f548e6013 authored about 21 years ago by John Criswell <[email protected]>
Provide rules to build stripped .bc files

llvm-svn: 10282

github.com/llvm/llvm-test-suite - b76e822da934b483cf50198dcc0bbd922f154545 authored about 21 years ago by Chris Lattner <[email protected]>
Link to libcrtend with -l instead of filename directly, to work around gccld bugs

llvm-svn: 10261

github.com/llvm/llvm-test-suite - 30315df79d4824a293eb42ef233fa2693b4dfe96 authored about 21 years ago by Chris Lattner <[email protected]>
crtend.o is no longer. Long live crtend.a!

llvm-svn: 10258

github.com/llvm/llvm-test-suite - ad21169c7c3e14c15b404dd7ffa980872d0b3c7e authored about 21 years ago by Chris Lattner <[email protected]>
Testcase for PR124

llvm-svn: 10234

github.com/llvm/llvm-test-suite - 56aef4f2c118214dd3afe0817cf0b53a5bb81b87 authored about 21 years ago by Chris Lattner <[email protected]>
I spoke too soon, crafty still hangs, even the native version.

And sometimes the automatic script doesn't kill it after a certain time.

llvm-svn: 10208

github.com/llvm/llvm-test-suite - 13c8598d96fe7e8c15ab70b0a949c3cae859b117 authored about 21 years ago by Misha Brukman <[email protected]>
Our SPARCs have finally figured out how to enforce CPU time limit.

They still don't work with crafty though.

llvm-svn: 10148

github.com/llvm/llvm-test-suite - f27b234819f35d6c5ffe91ea74612332220d3d66 authored about 21 years ago by Misha Brukman <[email protected]>
adjust problem size

llvm-svn: 10028

github.com/llvm/llvm-test-suite - ec5ed48557f0e988fc2dc0a558ddaa2435bd7cf7 authored about 21 years ago by Chris Lattner <[email protected]>
Make sure all variables are properly initialized before use

llvm-svn: 10026

github.com/llvm/llvm-test-suite - 2aea90e5d8384d30523384096205a97c97f9c11a authored about 21 years ago by Chris Lattner <[email protected]>
reduce runtime a bit

llvm-svn: 10020

github.com/llvm/llvm-test-suite - cffa9bc3f832ae41fe4e7d047444f30d0489a546 authored about 21 years ago by Chris Lattner <[email protected]>
Take ~10s to run the test

llvm-svn: 9976

github.com/llvm/llvm-test-suite - 244a095ccb8b307c47d5de6129169be784d52a27 authored about 21 years ago by Chris Lattner <[email protected]>
Bumped up the large problem size input so that it takes about 8.69 user

space seconds on Intel.

llvm-svn: 9937

github.com/llvm/llvm-test-suite - e6d854dfc464103982dcfc0185284bdaf7fb506e authored about 21 years ago by John Criswell <[email protected]>
Bumped the large problem size up to 4000. This takes about 13 seconds of

user space time on our Intel machines.

llvm-svn: 9933

github.com/llvm/llvm-test-suite - 3a46a267fb2db280b8e5f556c5368ff1cd2dd99f authored about 21 years ago by John Criswell <[email protected]>
This benchmark is not guaranteed to terminate unless 'i' is volatile.

llvm-svn: 9816

github.com/llvm/llvm-test-suite - 044502aa67b88adb18a6ea44bc0ce6801029e611 authored about 21 years ago by Brian Gaeke <[email protected]>
Don't pick 'gdiff' to diff unless 'which' hands us back something

which really is an executable. :-\

llvm-svn: 9813

github.com/llvm/llvm-test-suite - 2a0ea372dce353fa2f79fae0d253e14bdd7e6c10 authored about 21 years ago by Brian Gaeke <[email protected]>
Spell 'crafty' correctly.

llvm-svn: 9634

github.com/llvm/llvm-test-suite - fbd1e121010b1521ebd5324d93c25d58b7545afe authored about 21 years ago by Misha Brukman <[email protected]>
Fix a typo.

llvm-svn: 9633

github.com/llvm/llvm-test-suite - e9c0829b9729f9c9037fb74e82280ec79b44e0f1 authored about 21 years ago by Misha Brukman <[email protected]>
Get the $(ARCH) setting before trying to use it in a conditional.

llvm-svn: 9632

github.com/llvm/llvm-test-suite - df4b8b0fdb0551cf815c60ba4273632ef55fdbec authored about 21 years ago by Misha Brukman <[email protected]>
Disable crafty on Sparc until we fix the infinite looping problem there

(or at least fix RunSafely.sh to properly terminate it within reasonable time).

llvm-svn: 9630

github.com/llvm/llvm-test-suite - f56e497d5d817b6ab5d753bceb6322beaf552adb authored about 21 years ago by Misha Brukman <[email protected]>
New test program, contributed by Bill Wendling!

llvm-svn: 9583

github.com/llvm/llvm-test-suite - a1b21d08b00b5ac054fcf7afd49937e5baab5579 authored about 21 years ago by Chris Lattner <[email protected]>
lli -q is history. Rebuild your gccld shell scripts, folks!

llvm-svn: 9494

github.com/llvm/llvm-test-suite - bb033d78074269578387b894abc6e0a6e1ba4657 authored about 21 years ago by Brian Gaeke <[email protected]>
For now, disable the link-time inliner for test/Programs

llvm-svn: 9478

github.com/llvm/llvm-test-suite - 802ae765ab5c9add607d6736d382b8880126f9b7 authored about 21 years ago by Chris Lattner <[email protected]>
Clean up ALL report files

llvm-svn: 9469

github.com/llvm/llvm-test-suite - 79eb71bc196dcf20dccd08126d603c059e0000d2 authored about 21 years ago by Chris Lattner <[email protected]>
Fix floating point precision problem

llvm-svn: 9419

github.com/llvm/llvm-test-suite - d0e853755dc72519e9d663612917838b0609046a authored about 21 years ago by Chris Lattner <[email protected]>
return zero on success

llvm-svn: 9412

github.com/llvm/llvm-test-suite - eb9e6d58bba4dc9dd7001ca8930075d08a51c10f authored about 21 years ago by Chris Lattner <[email protected]>
Fix test to return 0 on success

llvm-svn: 9411

github.com/llvm/llvm-test-suite - 70fe1f069f9467c64de13ff93333e59115a8ea35 authored about 21 years ago by Chris Lattner <[email protected]>
Added full pathname to programs run with the TestRunner script.

llvm-svn: 9405

github.com/llvm/llvm-test-suite - 95d01f025a21a5a12a407ee04d2df4b8d398a723 authored about 21 years ago by John Criswell <[email protected]>
Link in the standard C++ library

llvm-svn: 9401

github.com/llvm/llvm-test-suite - 188f29d9d6cd0f8d67d15eca4d6575c637e18d13 authored about 21 years ago by Chris Lattner <[email protected]>
Make code fit in 80 columns

llvm-svn: 9382

github.com/llvm/llvm-test-suite - b89a91148021ad7f2e12d4393ee4d95952102db3 authored about 21 years ago by Chris Lattner <[email protected]>
Fix a stupid warning

llvm-svn: 9379

github.com/llvm/llvm-test-suite - 1d1551e0d3bcff1a54e213f80ef66c5a69f5b0d8 authored about 21 years ago by Chris Lattner <[email protected]>
This breaks the TEST= target!

llvm-svn: 9349

github.com/llvm/llvm-test-suite - 2a99ae0dc27726cde3e90c625cdd2731bc148a6d authored about 21 years ago by Chris Lattner <[email protected]>
Use the right scanf code. Geeze

llvm-svn: 9277

github.com/llvm/llvm-test-suite - bee2ca071628e5928ada99d3b07707fab32ef36a authored about 21 years ago by Chris Lattner <[email protected]>
This program is now deterministic. *sigh*

llvm-svn: 9276

github.com/llvm/llvm-test-suite - b3e329062718d522e9f240ca4ced635957d613c8 authored about 21 years ago by Chris Lattner <[email protected]>
Whoops, fix accidental checkin

llvm-svn: 9275

github.com/llvm/llvm-test-suite - 8a957aea8b70de8708c3a9585e0f2bb295ce9792 authored about 21 years ago by Chris Lattner <[email protected]>
Bugpoint -mode option no longer exists!

llvm-svn: 9271

github.com/llvm/llvm-test-suite - ed3e55ade22be4a2c00ee9e1febf44957ddecbd7 authored about 21 years ago by Chris Lattner <[email protected]>
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions.

llvm-svn: 9269

github.com/llvm/llvm-test-suite - 42c5de0402b65be5a6171045fa6c73c6a72d6560 authored about 21 years ago by Chris Lattner <[email protected]>
Don't print insufficient duration

llvm-svn: 9233

github.com/llvm/llvm-test-suite - eb802f7fad04e313f7c9b6ad802d2c91d2a9fafd authored about 21 years ago by Chris Lattner <[email protected]>
Add license info for whetstone

llvm-svn: 9232

github.com/llvm/llvm-test-suite - d4d866eafe913ddb2d1acbb4bf8e70cc31b62a9f authored about 21 years ago by Chris Lattner <[email protected]>
We've got to have the original whetstone benchmark!

Modified to:
1. #define PRINTOUT so we don't optimize the whole thing away, and to
provide...

github.com/llvm/llvm-test-suite - b5d316c923235f63e85f338ea2502330dbe3df80 authored about 21 years ago by Chris Lattner <[email protected]>
Add license and running information

llvm-svn: 9230

github.com/llvm/llvm-test-suite - 3b3ba562195dd422eb8956b559b5562f6d69354b authored about 21 years ago by Chris Lattner <[email protected]>
Add the stepanov benchmark

llvm-svn: 9229

github.com/llvm/llvm-test-suite - b43b88c466e1cc0a4d9efdebcdc5c3be84e4d1b5 authored about 21 years ago by Chris Lattner <[email protected]>
add license information

llvm-svn: 9207

github.com/llvm/llvm-test-suite - 214ad69db182dd93fc8961ee0814a526c333915e authored about 21 years ago by Brian Gaeke <[email protected]>
benchmarkified version of SIOD

llvm-svn: 9206

github.com/llvm/llvm-test-suite - 1d5ed4b0f041bbe6898b7bb9ddbbf1cca742dbb4 authored about 21 years ago by Brian Gaeke <[email protected]>
We need to set the endianness of the host!

llvm-svn: 9157

github.com/llvm/llvm-test-suite - 1fa226f31f970376357ddd84c8048ec3393a29b4 authored about 21 years ago by Chris Lattner <[email protected]>
Fix bugpoint-gccas

llvm-svn: 9143

github.com/llvm/llvm-test-suite - ff10635ea9fd8cf07aedf77f256e4df9a22b5e66 authored about 21 years ago by Chris Lattner <[email protected]>
BSD has a standard C library function called heapsort... dumb, but at least

there's an easy workaround.

llvm-svn: 9137

github.com/llvm/llvm-test-suite - 5e5858a13b87e08a4726945a8215cd1b62ec48d7 authored about 21 years ago by Brian Gaeke <[email protected]>
Simplify testcase

llvm-svn: 9112

github.com/llvm/llvm-test-suite - f8c54005c965956a131477b9b7e4fe2a06d4b869 authored about 21 years ago by Chris Lattner <[email protected]>
New testcase, painfully distilled from the 176.gcc benchmark

llvm-svn: 9111

github.com/llvm/llvm-test-suite - 1a65b852f41cf651497437ddb5a3675ecea1e1d5 authored about 21 years ago by Chris Lattner <[email protected]>
Adding additional license and copyright information.

llvm-svn: 9105

github.com/llvm/llvm-test-suite - 50174edc332b41c5aba9cd79c6fd9b987e3945f4 authored about 21 years ago by John Criswell <[email protected]>
Adding additional Burg license information for good measure.

llvm-svn: 9104

github.com/llvm/llvm-test-suite - eda2197e50a8ce3f72511842558becd5ec2bef75 authored about 21 years ago by John Criswell <[email protected]>
Adding additional license information for MultiSource Programs.

llvm-svn: 9103

github.com/llvm/llvm-test-suite - a8b908296c2cac3152159699a93f8bbdd89d3fb4 authored about 21 years ago by John Criswell <[email protected]>
New testcase for PR 37

llvm-svn: 9100

github.com/llvm/llvm-test-suite - 6fa430348b1632f5e11e9c11cdee62123ed610a6 authored about 21 years ago by Chris Lattner <[email protected]>
Increase the default problem size a lot, and add a LARGE_PROBLEM_SIZE

llvm-svn: 9053

github.com/llvm/llvm-test-suite - 4dae36517b36387b45c0992dc1e5698052ecf716 authored about 21 years ago by Chris Lattner <[email protected]>
Change test to avoid triggering PR#33 in the CBE

llvm-svn: 9051

github.com/llvm/llvm-test-suite - afb1e8459941402c8b9e629180f487581a493953 authored about 21 years ago by Chris Lattner <[email protected]>
New testcase

llvm-svn: 9049

github.com/llvm/llvm-test-suite - e1caab6aa73bd148defa6a68d200be5e8c1a99f8 authored about 21 years ago by Chris Lattner <[email protected]>
Initial checkin of the FreeBench benchmark suite

llvm-svn: 9047

github.com/llvm/llvm-test-suite - f3de719844161a27e48ad21e570493d515485180 authored about 21 years ago by Chris Lattner <[email protected]>
Fix spelling. Yeah, I know, it's not even part of our codebase...

llvm-svn: 9029

github.com/llvm/llvm-test-suite - 8e0ca31c9f56fde1e6a12477bf28e69e0f23c697 authored about 21 years ago by Misha Brukman <[email protected]>
Remove MORE non-portable assumptions. The backend can move globals around

in memory, so offsets between globals need not be fixed!

llvm-svn: 9025

github.com/llvm/llvm-test-suite - adbd1ea45282557ec73e8c3ae2086ef11607b416 authored about 21 years ago by Chris Lattner <[email protected]>
Do not take pointer difference between two different GLOBALS !

llvm-svn: 9024

github.com/llvm/llvm-test-suite - a2f959403c75f202597a5fc802e96d882d4e7cba authored about 21 years ago by Chris Lattner <[email protected]>
Checkin testcase for PR#27

llvm-svn: 9005

github.com/llvm/llvm-test-suite - a730d914b7174dad24abf39cf0d3eb5ddf813b78 authored about 21 years ago by Chris Lattner <[email protected]>
Removing these files. We no longer use them.

If we want to benchmark these guys in the future, we can get their source
and recompile with the ...

github.com/llvm/llvm-test-suite - e206f9e39aba15a987965f32080394667ad5c098 authored over 21 years ago by John Criswell <[email protected]>
blah

llvm-svn: 8913

github.com/llvm/llvm-test-suite - 0991476499d756282570bff1167c3a11be51c3d3 authored over 21 years ago by Chris Lattner <[email protected]>
Add tests which did not have to be "ported" to our C++ fe

llvm-svn: 8912

github.com/llvm/llvm-test-suite - a60de0807b4d0033179fcfb2026dc231af93f32a authored over 21 years ago by Chris Lattner <[email protected]>
switch testcase to use map instead of hash_map

llvm-svn: 8911

github.com/llvm/llvm-test-suite - 270fd96e3612a8069de103dbe3876def47485cc2 authored over 21 years ago by Chris Lattner <[email protected]>
iota is a historical oddity from the SGI STL, it is not part of the standard

llvm-svn: 8909

github.com/llvm/llvm-test-suite - 8480c1ed9531ecb7e73c30e43a365e15fff9b9fe authored over 21 years ago by Chris Lattner <[email protected]>
Add needed #include

llvm-svn: 8910

github.com/llvm/llvm-test-suite - 5b765f23329bc043c92665fa127d3e56d88a6098 authored over 21 years ago by Chris Lattner <[email protected]>
new testcase

llvm-svn: 8908

github.com/llvm/llvm-test-suite - 0ecff31fe09ec72479a2f0705449c6d4be89f7e5 authored over 21 years ago by Chris Lattner <[email protected]>
Ugh, this uses a wierd implementation of hash_map, which is not standardized

I don't want to even THINK About autoconfing this test, so switch it to use
<map>

llvm-svn: 8907

github.com/llvm/llvm-test-suite - 0a54bddce91fcac3321e57ee53447e048f8e5e9d authored over 21 years ago by Chris Lattner <[email protected]>
new benchmark

llvm-svn: 8906

github.com/llvm/llvm-test-suite - e5883f20ed21be81e92290f93aa98c233bce4d68 authored over 21 years ago by Chris Lattner <[email protected]>
Convert these to REAL c++

llvm-svn: 8905

github.com/llvm/llvm-test-suite - 5759d15e995ff2b37c5169dfcf152736525e9152 authored over 21 years ago by Chris Lattner <[email protected]>
Initial checkin of ary test

llvm-svn: 8904

github.com/llvm/llvm-test-suite - 9cb277ac3aaefa25e35e5713c579dc3137945f3a authored over 21 years ago by Chris Lattner <[email protected]>
Initial checkin of ary2 test

llvm-svn: 8903

github.com/llvm/llvm-test-suite - 1b206e0112b7eb1962e0e2fd425450368062f0cf authored over 21 years ago by Chris Lattner <[email protected]>
Add the three remaining spec tests, though they don't work, they shouldn't stop the nightly tester

llvm-svn: 8902

github.com/llvm/llvm-test-suite - 76fc6553a75b298ab61849f82c65a8f9b862f993 authored over 21 years ago by Chris Lattner <[email protected]>