summaryrefslogtreecommitdiffstats
path: root/llvm/test/lib/llvm2cpp.exp
Commit message (Collapse)AuthorAgeFilesLines
* tests: Remove llvm2cpp, I'm pretty sure no one uses this.Daniel Dunbar2011-10-271-100/+0
| | | | llvm-svn: 143142
* Fix a few typos from the removal of -f.Dan Gohman2009-08-251-2/+2
| | | | llvm-svn: 79994
* Remove obsolete -f flags.Dan Gohman2009-08-251-2/+2
| | | | llvm-svn: 79992
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-181-1/+1
| | | | | | | | | | | | | try to use i686-darwin to build for arm-eabi, you'll quickly run into several false assumptions that the target OS must be the same as the host OS. These patches split $(OS) into $(HOST_OS) and $(TARGET_OS) to help builds like "make check" and the test-suite able to cross compile. Along the way a target of *-unknown-eabi is defined as "Freestanding" so that TARGET_OS checks have something to work with. Patch by Sandeep Patel! llvm-svn: 79296
* Fix tests due to llvm2cpp move to llc targetAnton Korobeynikov2008-04-231-2/+2
| | | | llvm-svn: 50191
* Byebye llvm-upgrade!Tanya Lattner2008-03-251-16/+3
| | | | llvm-svn: 48762
* Update the way llvm2cpp tests are done:Reid Spencer2007-04-111-7/+39
| | | | | | | | | | | | 1. Make sure bytecode/assembly inputs are always redirected stdin so that the module name is <stdin>. This helps not get false negatives when the diff is done. 2. Scan the test file to determine if llvm-upgrade needs to be run. 3. Avoid running testings that are XFAIL'd because they'll cause a failure when run for llvm2cpp. 4. Get some better error message output. llvm-svn: 35914
* No, libLLVMbzip2 does not have a .a suffix.Reid Spencer2006-06-011-1/+1
| | | | llvm-svn: 28624
* Fix gcc command line options after LLVMCore and LLVMbzip2 became archiveReid Spencer2006-06-011-1/+1
| | | | | | libraries. llvm-svn: 28623
* 1. No need to thwart this test with an environment variable. Turning it offReid Spencer2006-05-301-57/+60
| | | | | | | | is the default and handled by the makefile system and runtest 2. Redirect stderr of llvm-as and llvm2cpp so that warning messages about instrinsics don't cause Tcl to report the run as failed. llvm-svn: 28576
* Fix a bug with diffing the wrong files. Make output more readable.Reid Spencer2006-05-291-7/+7
| | | | llvm-svn: 28542
* Fix a problem where dejagnu won't accept the value of global tcl variableReid Spencer2006-05-281-6/+5
| | | | | | "libdir" for some reason. Changing to llvmlibsdir instead fixes it. llvm-svn: 28526
* Provide an infrastructure for testing the llvm2cpp program (yet to beReid Spencer2006-05-281-0/+79
committed). This infrastructure is only activated when RUNLLVM2CPP=1 is specified on the make command line. Currently it is only supported in the Feature test suite. llvm-svn: 28525
OpenPOWER on IntegriCloud