Displaying 5 results from an estimated 5 matches for "dabs_top_srcdir".
Did you mean:
abs_top_srcdir
2013 May 28
1
[LLVMdev] clang++ include problems
...s/ppc/ppc_llvm_lib.cpp -DNDEBUG
> -I/home/vania/systemc-2.3.0/include -I/home/vania/tlm2.0/include/tlm
> -DSC_INCLUDE_DYNAMIC_PROCESSES -I/usr/local/llvm/3.2/include -DNDEBUG
> -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
> -D__STDC_LIMIT_MACROS -I../.. -I..
> -DABS_TOP_SRCDIR="\"/home/vania/simsoc/trunk/build/..\""
> -DABS_TOP_BUILDDIR="\"/home/vania/simsoc/trunk/build\""
> -DBINDIR="\"/usr/local/bin\"" -I ../libsimsoc -DNDEBUG -O3 -o
> ppc_llvm_lib.bc
> In file included from ../../libsimsoc/proc...
2013 May 14
0
[LLVMdev] Keeping Clang from changing function calls to IR operations: cmpxchg
I'm not sure if this will do everything that you want, but it controls at
least some of these expansions at the Clang level:
tools/clang/lib/Basic/Targets.cpp
On Tue, May 14, 2013 at 3:46 PM, Dan <westdac at gmail.com> wrote:
>
> I'm working on getting the LLVM/projects/Test-Suite/UnitTest to compile
> for a target that I am developing.
>
> There is an example:
2013 May 14
2
[LLVMdev] Keeping Clang from changing function calls to IR operations: cmpxchg
I'm working on getting the LLVM/projects/Test-Suite/UnitTest to compile for
a target that I am developing.
There is an example: AtomicOps, that uses calls to:
__sync_fetch_and_add
__sync_val_compare_and_swap
__sync_lock_test_and_set
These get converted into llvm IR operations like:
atomicrmw
cmpxchg
Is there any way to keep these as function calls, as they are easier to map
to the
2020 Sep 25
0
Re: Help on Meson build Error
...-truncation -Wframe-larger-than=4096
-fexceptions -fasynchronous-unwind-tables -fipa-pure-const
-Wno-suggest-attribute=pure -Wno-suggest-attribute=const
-fstack-protector-strong -Wdouble-promotion -fPIC -pthread -DIN_LIBVIRT
'-Dabs_top_builddir="/opt/projects/libvirt/build"'
'-Dabs_top_srcdir="/opt/projects/libvirt"' -MD -MQ
src/util/libvirt_util.a.p/virfile.c.o -MF
src/util/libvirt_util.a.p/virfile.c.o.d -o
src/util/libvirt_util.a.p/virfile.c.o -c ../src/util/virfile.c
In file included from ../src/util/virfile.c:42:
/usr/include/libutil.h:43:10: fatal error: sys/_types.h:...
2020 Sep 25
2
Re: Help on Meson build Error
On Thu, Sep 24, 2020 at 2:58 PM Ján Tomko <jtomko@redhat.com> wrote:
> On a Thursday in 2020, Wei Wang wrote:
> >Seems it didn't appear on the mailing list, resent it.
> >
> > Hi folks,
> >
> >I'm trying to build libvirt using meson with the latest upstream libvirt,
> >but the compilation fails:
> >(followed on