Displaying 20 results from an estimated 500 matches similar to: "Successful Build: llvm-5.0.1 on Solaris 10/sparc"
2018 Feb 25
0
Building llvm-5.0.1 on Solaris 10/sparc
Greetings, All:
I am trying to build llvm-5.0.1 on Solaris 10/Sparc with gcc-5.4.0 as
follows.
cmake -DLLVM_TARGETS_TO_BUILD="Sparc" /home/nemo/opt/llvm/llvm-5.0.1-src
I then invoke gmake and the build trundles along and stops as follows.
[ 62%] Building CXX object
lib/ObjectYAML/CMakeFiles/LLVMObjectYAML.dir/MachOYAML.cpp.o
2014 Jul 30
2
[LLVMdev] Unit tests failure in debug mode
I have a debug tree with shared objects enabled (to help streamline
the development process), and I see those unit tests failing where
they don't fail on a release/static build.
Anyone seeing these, too?
FAIL: LLVM-Unit :: Object/ObjectTests/StringTableBuilderTest.Basic
(19422 of 20473)
******************** TEST 'LLVM-Unit ::
Object/ObjectTests/StringTableBuilderTest.Basic' FAILED
2020 Sep 18
2
Making library calls for obj2yaml functionalities
James,
Thanks for the detailed response. Please see my thoughts inline.
On Thu, Sep 17, 2020 at 12:33 AM James Henderson <
jh7370.2008 at my.bristol.ac.uk> wrote:
> Hi Rahman,
>
> Traditionally, the ability to read sections is a feature added to
> llvm-readobj/llvm-readelf. For some sections, it delegates to methods in
> places like the Object library and BinaryFormat, but
2008 Nov 17
2
[LLVMdev] OpenBSD Build Failure - 2.4 release
Hi,
On Mon, Nov 17, 2008 at 8:32 AM, Edd Barrett <vext01 at gmail.com> wrote:
> On Sat, Nov 15, 2008 at 11:19 PM, Daniel Berlin <dberlin at dberlin.org> wrote:
>> 3.3 has been unsupported since late 2005 ....
>
> Its still the default compiler for OpenBSD, although 4.x is available
> as a third party package. I will try this.
Build works with gcc-4.2. Some
2020 Sep 16
2
Making library calls for obj2yaml functionalities
Hi All,
Following up on
https://lists.llvm.org/pipermail/llvm-dev/2020-July/143512.html, and
https://reviews.llvm.org/D85408, we would like to consider a design which
allows external tools to read the structured contents of the .bb_addr_map
section with library calls into an LLVM library. At the same time, we need
to have tools/obj2yaml tests in place for bb_addr_map. So it sounds like
the
2019 Jun 25
2
[CMake] External File Dependencies for Unit Tests
On 25/06/2019 11:24, James Henderson via llvm-dev wrote:
> Hi Alex,
>
> Would you recommend that I do what is done in
> unittest/ObjectYAML/MinidumpYAMLTest.cpp which just uses a string
> inside the source file, or use an Inputs directory? Both are not
> great, as you point out about using an Inputs directory
>
>
> I'd be inclined to go with the
2010 Jul 20
1
Package ff building error on solaris x64 10u7
Hi again,
I am trying to building ff on solaris x64 10u7, and failed with the following result:
-bash-3.00$ R CMD INSTALL ff
* installing to library '/opt/R/R2-11-1/lib/R/library'
* installing *source* package 'ff' ...
checking for gcc... /opt/sunstudio12.1/bin/cc -m64
checking for C compiler default output file name... a.out
checking whether the C compiler
2014 Oct 09
3
configure: error: "Net-SNMP Libraries not found, required for SNMP drivers"
System:
* Solaris 10 1/13 (X86) in VirtualBox.
OpenCSW packages installed:
*gcc4core
* libltdl7
* netsnmp
* netsnmp_dev
I'm attempting to run:
./configure --with-snmp --with-wrap --with-snmp-libs="L/opt/csw/lib
l/libnetsnmp"
And get the following error:
configure: error: "Net-SNMP libraries not found, required for SNMP
drivers"
I'm pasting the whole
2019 Jun 25
2
[CMake] External File Dependencies for Unit Tests
Thanks James!
Thanks for the help. I certainly see your point.
> In either case, if you wanted to change the test input, you'd need to
rerun CMake again
This is unfortunate, I would have hoped I could have CMake create
$(wildcard *.yaml) type of output in the make files. But it sounds like
this doesn't exist on make alternatives, so this wont work.
There is actually a function to get
2008 Jul 04
1
Samba 3.2.0 doesn't compile under Solaris8
Dear All,
Yesterday I downloaded the latest Samba release 3.2.0 and tried to compile
it against blastwave.org packages, as I always do. But it fails with error:
"/usr/include/sys/termios.h", line 38: warning: macro redefined: CTRL
"./librpc/gen_ndr/srvsvc.h", line 232: warning: enumerator value overflows
INT_M
AX (2147483647)
"./librpc/gen_ndr/srvsvc.h", line 235:
2008 Jul 04
0
unable to compile samba 3.2.0 under Solaris8
Dear All,
Yesterday I downloaded the latest Samba release 3.2.0 and tried to compile it against blastwave.org packages, as I always do. But it fails with error:
"/usr/include/sys/termios.h", line 38: warning: macro redefined: CTRL
"./librpc/gen_ndr/srvsvc.h", line 232: warning: enumerator value overflows INT_M
AX (2147483647)
"./librpc/gen_ndr/srvsvc.h", line 235:
2008 May 22
2
Solaris dom0 xen-unstable.hg source for developers
I''m happy to announce that we have moved the xen-unstable.hg
Solaris dom0 development out to the OpenSolaris community.
For hard core developers, you can download, build, and
run Solaris dom0 and xen-unstable bits following the
instructions at the end of this post. We are currently
sync''d up to changeset #17644 (~May 15th). Hopefully we
will sync up with xen-unstable.hg every
2011 Sep 16
2
[LLVMdev] How to duplicate a function?
Hi all,
Sorry for the inconvenient about the previous post. The files were not
attached. So I put them here again.
I am a newbie in LLVM and I am trying to replace the function like:
old function || new function
==============================
=========
int haha(int a) { int haha(int a, char* ID) {
===>
}
2017 Dec 01
0
[Release-testers] 5.0.1-rc2 has been tagged
On Wed, Nov 29, 2017 at 6:19 PM, Tom Stellard via Release-testers <
release-testers at lists.llvm.org> wrote:
> Hi,
>
> I've tagged the 5.0.1-rc2 release, go ahead and start testing and report
> your results.
>
>
>
SLES11 uploaded.
1312db7bdfd05c82dd52983f8c5df1a6819df79f
clang+llvm-5.0.1-rc2-linux-x86_64-sles11.3.tar.xz
-------------- next part --------------
An
2017 Dec 10
2
[Release-testers] 5.0.1-rc3 has been tagged
On Sat, Dec 9, 2017 at 6:51 AM, Dimitry Andric via Release-testers <
release-testers at lists.llvm.org> wrote:
> On 8 Dec 2017, at 00:47, Tom Stellard via Release-testers <
> release-testers at lists.llvm.org> wrote:
> > I've just tagged 5.0.1-rc3, please test and report the results.
> > Hopefully, this will be the last RC and the final release will
> > be
2017 Dec 07
7
5.0.1-rc3 has been tagged
Hi,
I've just tagged 5.0.1-rc3, please test and report the results.
Hopefully, this will be the last RC and the final release will
be next week.
-Tom
2017 Sep 25
0
5.0.1 Release Schedule
Hi,
Here is the proposed release schedule for the 5.0.1 release:
October 22, 2017 RC1
November 15, 2017 Merge Request Deadline
November 22, 2017 Merge Deadline /RC2
December 1, 2017 5.0.1-final
Instructions for submitting merge requests can be found here:
http://llvm.org/docs/HowToReleaseLLVM.html#merge-requests
If there are no objections, I will be adding this schedule
to the website soon.
2007 Mar 06
2
flac files playable in iTunes 5.0.1 ?
Hi,
Is the recent version 0.1.5 (08.05.2006) of XiphQT compatible with
iTunes 5.0.1 and Mac OSX 10.4? I am trying to get flac files to play
in my iTunes and hope I don't have to upgrade iTunes and get all the
junk that comes with it. i already have ogg support, so this is an
incremental improvement.
-- Thanks,
Jerry
2017 Dec 17
10
LLVM 5.0.1 -final has been tagged
Hi,
I tagged 5.0.1-final on Friday. Testers can begin uploading binaries.
-Tom
2018 Jan 05
0
llvm 5.0.1 requires downstream workaround for diaguids.lib
Greetings,
As of LLVM 5.0.1, LLVM generates a dependency on diaguids.lib if it finds
DIA SDK available.
This is ok, however llvm-config.exe does not expose the path to the
library, so it results in these link errors:
LLVMDebugInfoPDB.lib(DIASession.obj) : error LNK2019: unresolved external
symbol "long __cdecl NoRegCoCreate(wchar_t const *,struct _GUID const
&,struct _GUID const