Displaying 14 results from an estimated 14 matches for "target_triplet".
Did you mean:
target_triple
2005 Jan 07
4
[LLVMdev] make check fails on mingw
...s 8.0
Framework version is 1.4.4
-------------------
Looking at the 'objdir/test/site.exp' generated file we find:
-------------------
## these variables are automatically generated by make ##
# Do not edit here. If you wish to override these values
# edit the last section
set target_triplet i686-pc-mingw32
set prcontext " /C/projects/src/llvm-2/llvm/test/Scripts/prcontext.tcl"
set srcdir /C/projects/src/llvm-2/llvm/test
set objdir /C/projects/build/MinGW/llvm-2-1/test
set llvmgcc
"PATH=/C/projects/build/MinGW/llvm-2-1/Debug/bin:.:/usr/local/bin:/mingw/bin:/bin:/mingw/b...
2005 Jan 07
0
[LLVMdev] make check fails on mingw
...1.4.4
> -------------------
>
> Looking at the 'objdir/test/site.exp' generated file we find:
> -------------------
> ## these variables are automatically generated by make ##
> # Do not edit here. If you wish to override these values
> # edit the last section
> set target_triplet i686-pc-mingw32
> set prcontext " /C/projects/src/llvm-2/llvm/test/Scripts/prcontext.tcl"
> set srcdir /C/projects/src/llvm-2/llvm/test
> set objdir /C/projects/build/MinGW/llvm-2-1/test
> set llvmgcc
> "PATH=/C/projects/build/MinGW/llvm-2-1/Debug/bin:.:/usr/local/bin...
2005 Jan 07
2
[LLVMdev] make check fails on mingw
....5/bin/MSWin32-x86-multi-thread
------------------
I've found that you safely can delete site.exp. The new values in site.exp
are:
------------------
## these variables are automatically generated by make ##
# Do not edit here. If you wish to override these values
# edit the last section
set target_triplet i686-pc-mingw32
set prcontext " /C/projects/src/llvm-2/llvm/test/Scripts/prcontext.tcl"
set srcdir /C/projects/src/llvm-2/llvm/test
set objdir /C/projects/build/MinGW/llvm-2-1/test
set llvmgcc
"PATH=/C/projects/build/MinGW/llvm-2-1/Debug/bin:.:/usr/local/bin:/mingw/bin:/bin:/mingw/b...
2009 Feb 25
3
[LLVMdev] [PATCH] Parallelized make check
...=================================================
--- lib/llvm.exp (revision 65423)
+++ lib/llvm.exp (working copy)
@@ -116,8 +116,18 @@
# This procedure runs the set of tests for the test_source_files array.
proc RunLLVMTests { test_source_files } {
global srcroot objroot srcdir objdir subdir target_triplet llvmgcc_version
+ global listtests
set timeout 60
+ if { [ string length "$listtests" ] } {
+ set chan [open $listtests a]
+ foreach test $test_source_files {
+ puts $chan "$test"
+ flush $chan
+ }
+ return
+ }
+
set path [file join $objdir $subd...
2009 Dec 02
0
[LLVMdev] Running CodeGen/Generic tests on different targets
Is there a simple way to override the target triple used in when running
the generic codegen tests? I would expect that passing a value for
TARGET_TRIPLE to make, as below, would do it but none of the tests
appear to use the target_triplet variable generated in site.exp.
> make TESTSUITE=CodeGen/Generic TARGET_TRIPLE=msp430-none-none check
-Ken
2005 Jan 03
2
[LLVMdev] gmake check broken
.../sbin:/usr/local/bin:/usr/X11R6/bin:/home/jef..."
(file "/usr/home/jeffc/llvm/obj/test/site.exp" line 8)
The contents of site.exp are:
## these variables are automatically generated by make ##
# Do not edit here. If you wish to override these values
# edit the last section
set target_triplet i386-unknown-freebsd5.3
set prcontext "/usr/local/bin/tclsh8.4
/usr/home/jeffc/llvm/obj/../test/Scripts/prcontext.tcl"
set srcdir /usr/home/jeffc/llvm/obj/../test
set objdir /usr/home/jeffc/llvm/obj/test
set llvmgcc
"PATH="/usr/home/jeffc/llvm/obj/Debug/bin:/sbin:/bin:/usr/sbi...
2005 Jan 07
3
[LLVMdev] make check fails on mingw
...--------
>>
>>Looking at the 'objdir/test/site.exp' generated file we find:
>>-------------------
>>## these variables are automatically generated by make ##
>># Do not edit here. If you wish to override these values
>># edit the last section
>>set target_triplet i686-pc-mingw32
>>set prcontext " /C/projects/src/llvm-2/llvm/test/Scripts/prcontext.tcl"
>>set srcdir /C/projects/src/llvm-2/llvm/test
>>set objdir /C/projects/build/MinGW/llvm-2-1/test
>>set llvmgcc
>>"PATH=/C/projects/build/MinGW/llvm-2-1/Debug/bin:....
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
...=================================================
--- lib/llvm.exp (revision 65432)
+++ lib/llvm.exp (working copy)
@@ -116,8 +116,18 @@
# This procedure runs the set of tests for the test_source_files array.
proc RunLLVMTests { test_source_files } {
global srcroot objroot srcdir objdir subdir target_triplet llvmgcc_version
+ global listtests
set timeout 60
+ if { [ string length "$listtests" ] } {
+ set chan [open $listtests a]
+ foreach test $test_source_files {
+ puts $chan "$test"
+ flush $chan
+ }
+ return
+ }
+
set path [file join $objdir $subd...
2005 Jan 07
0
[LLVMdev] make check fails on mingw
...-
>>
>> Looking at the 'objdir/test/site.exp' generated file we find:
>> -------------------
>> ## these variables are automatically generated by make ##
>> # Do not edit here. If you wish to override these values
>> # edit the last section
>> set target_triplet i686-pc-mingw32
>> set prcontext " /C/projects/src/llvm-2/llvm/test/Scripts/prcontext.tcl"
>> set srcdir /C/projects/src/llvm-2/llvm/test
>> set objdir /C/projects/build/MinGW/llvm-2-1/test
>> set llvmgcc
>> "PATH=/C/projects/build/MinGW/llvm-2-1/Debug/...
2005 Jan 07
0
[LLVMdev] make check fails on mingw
...Looking at the 'objdir/test/site.exp' generated file we find:
>>> -------------------
>>> ## these variables are automatically generated by make ##
>>> # Do not edit here. If you wish to override these values
>>> # edit the last section
>>> set target_triplet i686-pc-mingw32
>>> set prcontext " /C/projects/src/llvm-2/llvm/test/Scripts/prcontext.tcl"
>>> set srcdir /C/projects/src/llvm-2/llvm/test
>>> set objdir /C/projects/build/MinGW/llvm-2-1/test
>>> set llvmgcc
>>> "PATH=/C/projects/build/M...
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
On Wed, Feb 25, 2009 at 10:26:02AM -0800, Chris Lattner wrote:
>
> On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote:
>
> > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote:
> >> I haven't tested with objdir != srcdir.
> >
> > Ok, that was broken. Attached is a smaller diff that should work in
> > all
> > cases.
>
> This
2009 Feb 26
1
[LLVMdev] [PATCH] Parallelized make check
...=======================================
--- test/lib/llvm.exp (revision 65468)
+++ test/lib/llvm.exp (working copy)
@@ -116,8 +116,18 @@
# This procedure runs the set of tests for the test_source_files array.
proc RunLLVMTests { test_source_files } {
global srcroot objroot srcdir objdir subdir target_triplet llvmgcc_version
+ global listtests
set timeout 60
+ if { [ string length "$listtests" ] } {
+ set chan [open $listtests a]
+ foreach test $test_source_files {
+ puts $chan "$test"
+ flush $chan
+ }
+ return
+ }
+
set path [file join $objdir $subd...
2009 Feb 25
2
[LLVMdev] [PATCH] Parallelized make check
On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote:
> On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote:
>> I haven't tested with objdir != srcdir.
>
> Ok, that was broken. Attached is a smaller diff that should work in
> all
> cases.
This sounds really cool Julien! Two questions: 1) does it preserve
the checking that the existing tcl stuff does, which
2005 Jan 07
3
[LLVMdev] make check fails on mingw
...t;>Looking at the 'objdir/test/site.exp' generated file we find:
>>>-------------------
>>>## these variables are automatically generated by make ##
>>># Do not edit here. If you wish to override these values
>>># edit the last section
>>>set target_triplet i686-pc-mingw32
>>>set prcontext " /C/projects/src/llvm-2/llvm/test/Scripts/prcontext.tcl"
>>>set srcdir /C/projects/src/llvm-2/llvm/test
>>>set objdir /C/projects/build/MinGW/llvm-2-1/test
>>>set llvmgcc
>>>"PATH=/C/projects/build/MinGW/...