Displaying 11 results from an estimated 11 matches for "singlesrc".
Did you mean:
singles
2007 May 04
2
[LLVMdev] llvm-test make problems
...ne on my laptop, running openSuse and make 3.81.
i already tried to install make 3.75 and 3.79, both did not work.
the error message is:
make[1]: *** No rule to make target `Output/sse.expantfft.bc', needed by
`Output/sse.expandfft.linked.rbc'. Stop.
using make -p, i see that Makefile.singlesrc has the following pattern
rule, but it does not match for some reason!
Output/%.linked.rbc: Output/%.bc
-cp -f $< $@
i played a little with the makefile and found that this rule matches,
when i add it to Makefile.singlesrc:
Output/sse.expandfft.linked.rbc: Output/sse.expantfft.bc...
2014 Feb 26
2
[LLVMdev] test-suite wrongly using big-endian results
On 24 February 2014 18:32, Daniel Dunbar <daniel at zuster.org> wrote:
> $(error "ENDIAN is $ENDIAN"), before and after the include of
> Makefile.config and Makefile.singlesrc (which includes Makefile.programs).
Hi Daniel,
Thanks, that did the trick! ;)
In TargetConfig.mk.in:
#ifdef __LITTLE_ENDIAN__
ENDIAN := little
#else
ENDIAN := big
#endif
Seems like it should be __ORDER_LITTLE_ENDIAN__ to be cross-platform.
Attaching the patch that adds aarch64 (which is ident...
2007 May 04
0
[LLVMdev] llvm-test make problems
...or message is:
>
>make[1]: *** No rule to make target `Output/sse.expantfft.bc', needed by
>`Output/sse.expandfft.linked.rbc'. Stop.
Have you modified the makefile in any way? Note that sse.expantfft.bc should be sse.expandfft.bc
>
>
>using make -p, i see that Makefile.singlesrc has the following pattern
>rule, but it does not match for some reason!
>
>Output/%.linked.rbc: Output/%.bc
> -cp -f $< $@
>
>
>i played a little with the makefile and found that this rule matches,
>when i add it to Makefile.singlesrc:
>
>Output/sse.expandfft...
2014 Feb 24
2
[LLVMdev] test-suite wrongly using big-endian results
On 24 February 2014 17:02, Daniel Dunbar <daniel at zuster.org> wrote:
> Nothing in particular springs to mind. Is it possible that in the context
> where this part of the Makefile is running Makefile.config isn't available?
This is a standard lnt run, create in the same way I ran for x86_64
and ARM, so I'm not sure what could be wrong.
> I'm not sure how this can be
2011 Jan 12
1
[LLVMdev] About test suits
...rtran
|-- Makefile.programs
|-- Makefile.tests
|-- mklib
|-- MultiSource
| |-- Applications
| | |-- Burg
| | | |-- Makefile
| | | `-- Output
| | | `-- be.ll
| | `-- Makefile
| |-- Makefile
| `-- Makefile.multisrc
|-- SingleSource
| |-- Makefile
| |-- Makefile.singlesrc
| `-- UnitTests
| |-- Makefile
| `-- Vector
| |-- Makefile
| `-- SSE
| |-- Makefile
| `-- Output
| `-- sse.expandfft.ll
|-- TEST.aa.Makefile
|-- TEST.aa.report
|-- TEST.buildrepo.Makefile
|-- TEST.example.Makefile
|-- T...
2011 Jan 13
2
[LLVMdev] About test suits
...Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2.8)
I also tried reconfigure llvm from OBJ_DIR, by re-execute step 4 above. But,
it did not work.
I used 'tree' in the SingleSource directory:
[qali at qali SingleSource]$ tree
.
|-- Makefile
|-- Makefile.singlesrc
`-- UnitTests
|-- Makefile
`-- Vector
|-- Makefile
`-- SSE
|-- Makefile
`-- Output
`-- sse.expandfft.ll
4 directories, 6 files
I need help to build the test suits .
--
Best regards,
Li Qingan
-------------- next part ----------...
2009 Dec 13
0
[LLVMdev] Problem running 2.6 test-suite on cygwin
> LLVM tools and LLVM-GCC I've built seem to work.
> Can it be due to LLVM_SRC_ROOT == LLVM_OBJ_ROOT?
No. This is usually due to absence of llvm-gcc. You need reconfigure
llvm once again with lvm-gcc path added and make sure it was hooked
properly (look into Makefile.config for paths, etc).
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg
2009 Dec 13
3
[LLVMdev] Problem running 2.6 test-suite on cygwin
...put/%.linked.bc): \
Output/%.linked.bc: Output/%.linked.rbc $(LOPT)
$(VERB) $(RM) -f $(CURDIR)/$@.info
-$(LOPT) -std-compile-opts -info-output-file=$(CURDIR)/$@.info
$(STATS) $(EXTRA_LOPT_OPTIONS) $< -o $@ -f
But for some strange reason it can't find this rule (from Makefile.singlesrc):
Output/%.linked.rbc: Output/%.bc
-cp -f $< $@
What can be a reason for this?
Gregory
2009 Dec 12
4
[LLVMdev] Problem running 2.6 test-suite on cygwin
After following all steps from
http://llvm.org/docs/TestingGuide.html#testsuiterun, I've got this:
make[1]: Entering directory
`/cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/projects/test-suite/SingleSource'
make[2]: Entering directory
`/cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/projects/test-suite/SingleSource/UnitTests'
make[3]: Entering directory
2011 Jan 14
0
[LLVMdev] About test suits
...LLVM build 2.8)
>>
>> I also tried reconfigure llvm from OBJ_DIR, by re-execute step 4 above. But, it did not work.
>>
>> I used 'tree' in the SingleSource directory:
>> [qali at qali SingleSource]$ tree
>> .
>> |-- Makefile
>> |-- Makefile.singlesrc
>> `-- UnitTests
>> |-- Makefile
>> `-- Vector
>> |-- Makefile
>> `-- SSE
>> |-- Makefile
>> `-- Output
>> `-- sse.expandfft.ll
>>
>> 4 directories, 6 files
>>
>>...
2011 Nov 23
1
[LLVMdev] Follow-up questions after successful upgrade to LLVM 3.0rc4
...file commands
config.status: executing External/skidmarks10/Makefile commands
config.status: executing MultiSource/Makefile commands
config.status: executing MultiSource/Makefile.multisrc commands
config.status: executing SingleSource/Makefile commands
config.status: executing SingleSource/Makefile.singlesrc commands
config.status: executing tools/Makefile commands
One interesting tidbit: One of the lines is: "checking clang compiler ... none", and yet, I can do:
kharris at linux-crzw:~/llvm30/test-suite-3.0rc4.src> clang -v
clang version 3.0 (tags/RELEASE_30/rc4)
Target: x86_64-unknown...