Displaying 20 results from an estimated 473 matches for "isystem".
Did you mean:
system
2016 Mar 05
2
instrumenting device code with gpucc
...; "-target-cpu" "sm_35" "-dwarf-column-info"
"-debugger-tuning=gdb" "-resource-dir"
"/usr/local/google/home/jingyue/Work/llvm/install-git/bin/../lib/clang/3.9.0"
"-I" "/usr/local/cuda/samples/common/inc" "-internal-isystem"
"/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8"
"-internal-isystem"
"/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/x86_64-linux-gnu/c++/4.8"
"-internal-isystem"
"/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/x86_64-l...
2008 Oct 05
1
configure: error: C compiler cannot create executables
...en
[ -e include/mini-os ] || ln -sf . include/mini-os
[ -e include/x86/mini-os ] || ln -sf . include/x86/mini-os
make[2]: Leaving directory `/usr/src/xen-3.3.0/extras/mini-os''
touch mk-headers-x86_32
mkdir -p newlib-x86_32
( cd newlib-x86_32 && \
CC_FOR_TARGET="gcc -isystem
/usr/src/xen-3.3.0/stubdom/../extras/mini-os/include -D__MINIOS__
-DHAVE_LIBC -isystem
/usr/src/xen-3.3.0/stubdom/../extras/mini-os/include/posix -isystem
/usr/src/xen-3.3.0/stubdom/../tools/xenstore -isystem
/usr/src/xen-3.3.0/stubdom/../extras/mini-os/include/x86 -isystem
/usr/src/xen-3.3.0/st...
2016 Aug 01
0
[GPUCC] link against libdevice
...name scalarProd.cu
-mrelocation-model static -mthread-model posix -mdisable-fp-elim
-fmath-errno -no-integrated-as -fcuda-is-device -target-cpu sm_50 -v
-dwarf-column-info -debugger-tuning=gdb -resource-dir
/usr/local/bin/../lib/clang/3.9.0 -I ../ -I
/usr/local/cuda-7.0/samples/common/inc -internal-isystem
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8
-internal-isystem
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/x86_64-linux-gnu/c++/4.8
-internal-isystem
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/x86_64-linux-gnu/c++/4.8
-internal-isystem
/usr/lib/gcc/x86_64-linux...
2013 Aug 23
1
[LLVMdev] gsplit-dwarf broken on Linux?
..."-masm-verbose" "-mconstructor-aliases" "-munwind-tables"
"-target-cpu" "x86-64" "-g" "-backend-option" "-split-dwarf=Enable"
"-resource-dir" "/llvm_build_clang/bin/../lib/clang/3.4"
"-internal-isystem"
"/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6"
"-internal-isystem"
"/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/x86_64-linux-gnu"
"-internal-isystem"
"/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/...
2016 Aug 01
3
[GPUCC] link against libdevice
...mrelocation-model static -mthread-model posix -mdisable-fp-elim
> -fmath-errno -no-integrated-as -fcuda-is-device -target-cpu sm_50 -v
> -dwarf-column-info -debugger-tuning=gdb -resource-dir
> /usr/local/bin/../lib/clang/3.9.0 -I ../ -I
> /usr/local/cuda-7.0/samples/common/inc -internal-isystem
> /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8
> -internal-isystem
> /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/x86_64-linux-gnu/c++/4.8
> -internal-isystem
> /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/x86_64-linux-gnu/c++/4.8
> -internal-isy...
2016 Mar 13
2
instrumenting device code with gpucc
...ot;-target-cpu" "x86-64"
"-momit-leaf-frame-pointer" "-dwarf-column-info" "-debugger-tuning=gdb"
"-resource-dir" "/mnt/wtf/tools/bin/../lib/clang/3.9.0" "-I"
"/usr/local/cuda-7.0/samples/common/inc" "-internal-isystem"
"/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8"
"-internal-isystem"
"/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/x86_64-linux-gnu/c++/4.8"
"-internal-isystem"
"/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/x86_64-l...
2016 Aug 01
2
[GPUCC] link against libdevice
Hi, Yuanfeng.
What version of clang are you using? CUDA is only known to work at
tip of head, so you must build clang yourself from source.
I suspect that's your problem, but if building from source doesn't fix
it, please attach the output of compiling with -v.
Regards,
-Justin
On Sun, Jul 31, 2016 at 9:24 PM, Chandler Carruth <chandlerc at google.com> wrote:
> Directly
2014 Jun 03
2
[LLVMdev] How much memory clang llvm needs for debug compiling?
On Tue, Jun 3, 2014 at 7:59 AM, Nancy <nancydreaming at gmail.com> wrote:
>> First, you could switch to ld.gold instead of ld.bfd. It uses much
> $ln -s `which gold` /usr/local/bin/ld
>
>> the idea. I think for autoconf you need ".../configure
>> --enable-split-dwarf" to use this.
>>
> $.../configure --enable-targets=x86 --enable-split-dwarf
>
2013 Feb 08
0
[LLVMdev] JIT on armhf
On 8 February 2013 14:28, David Given <dg at cowlark.com> wrote:
> Debian's clang packages are totally broken on armhf --- the compiler
> emits a confused warning about the platform being unrecognised, and then
> generates softfloat code --- so I was wondering about LLVM itself.
I'm using Ubuntu on Pandas and Chromebooks and LLVM itself behaves well,
with the right set of
2016 Mar 15
2
instrumenting device code with gpucc
...x86-64" "-momit-leaf-frame-pointer" "-dwarf-column-info"
>> "-debugger-tuning=gdb" "-resource-dir"
>> "/mnt/wtf/tools/bin/../lib/clang/3.9.0" "-I"
>> "/usr/local/cuda-7.0/samples/common/inc" "-internal-isystem"
>> "/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8"
>> "-internal-isystem"
>> "/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/x86_64-linux-gnu/c++/4.8"
>> "-internal-isystem"
>> "/usr/lib/gcc/x86_...
2019 Aug 03
3
conflicting builtins in clang with musl (stddef.h)
...-main-file-name test.cpp -mrelocation-model pic -pic-level 2 -pic-is-
pie -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose
-mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-
64 -dwarf-column-info -debugger-tuning=gdb -v -resource-dir
/lib/clang/8.0.0 -internal-isystem /bin/../include/c++/v1 -internal-
isystem /usr/local/include -internal-isystem /lib/clang/8.0.0/include
-internal-externc-isystem /include -internal-externc-isystem
/usr/include -std=c++17 -fdeprecated-macro -fdebug-compilation-dir /tmp
-ferror-limit 19 -fmessage-length 274 -fobjc-runtime=gcc -fcxx...
2016 Dec 09
4
Strange clang behavior when compiled against musl
...l static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -v -dwarf-column-info -debugger-tuning=gdb -coverage-notes-file /path/to/hello/hello.gcno -resource-dir /path/to/musl/lib/clang/4.0.0 -isysroot /path/to/musl -internal-isystem /path/to/musl/usr/local/include -internal-isystem /path/to/musl/lib/clang/4.0.0/include -internal-externc-isystem /path/to/musl/include -internal-externc-isystem /path/to/musl/usr/include -fdebug-compilation-dir /path/to/hello -ferror-limit 19 -fmessage-length 80 -fobjc-runtime=gcc -fdiagnostics-sh...
2007 Apr 01
3
[LLVMdev] trouble compiling llvm-gcc4 1.9
...b/dports/build/_unencrypted_erickt_Projects_macports-trunk_dports_lang_llvm-gcc4/work/build/gcc/xgcc
-B/opt/local/var/db/dports/build/_unencrypted_erickt_Projects_macports-trunk_dports_lang_llvm-gcc4/work/build/gcc/
-B/opt/local/powerpc-apple-darwin8/bin/
-B/opt/local/powerpc-apple-darwin8/lib/ -isystem
/opt/local/powerpc-apple-darwin8/include -isystem
/opt/local/powerpc-apple-darwin8/sys-include -DIN_GCC -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -isystem ./include -I. -I.
-I../../llvm-gcc4-1.9.source/gcc -I../../llvm-gcc4-1.9.source/gcc/....
2007 Jan 10
4
[LLVMdev] llvm-gcc build fail on RHEL v4 x86_64
...--enable-checking
--disable-shared --disable-multilib
and get the following error message:
make GCC_FOR_TARGET="/home/xzx/llvm-gcc-obj/gcc/xgcc
-B/home/xzx/llvm-gcc-obj/gcc/
-B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/bin/
-B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/lib/ -isystem
/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/include -isystem
/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/sys-include" \
AR_FOR_TARGET="ar" \
AR_CREATE_FOR_TARGET="ar rc" \
AR_EXTRACT_FOR_TARGET="ar x" \
AR_FLAGS_FOR_TARGET="" \...
2013 Feb 08
2
[LLVMdev] JIT on armhf
...-aliases -fuse-init-array -target-abi aapcs-linux
-target-cpu arm7tdmi -mfloat-abi hard -target-linker-version 2.22
-momit-leaf-frame-pointer -v -coverage-file
/home/dg/shared/workspace/calculon/test.s -resource-dir
/usr/bin/../lib/clang/3.2 -fmodule-cache-path
/var/tmp/clang-module-cache -internal-isystem /usr/local/include
-internal-isystem /usr/bin/../lib/clang/3.2/include -internal-isystem
/usr/include/clang/3.2/include/ -internal-externc-isystem
/usr/include/arm-linux-gnueabihf -internal-externc-isystem
/usr/include/arm-linux-gnueabihf -internal-externc-isystem /usr/include
-O3 -fno-dwarf-direct...
2007 Oct 08
2
[LLVMdev] Can't bootstrap llvm-gcc-4.0 for x84_64
I've been unable to bootstrap llvm-gcc-4.0 or -4.2 for x86_64
for some weeks now. The current problem is this:
[x86_64-mod-dbg]: ./xgcc -B./
-B/install.modified.debug/x86_64-unknown-linux-gnu/x86_64-unknown-linux-gnu/bin/
-isystem /install.modified.debug/x86_64-unknown-linux-gnu/x86_64-unknown-linux-gnu/include
-isystem /install.modified.debug/x86_64-unknown-linux-gnu/x86_64-unknown-linux-gnu/sys-include
-L/tmp/ptmp/dag/build.llvm-gcc-4.0.modified.debug/x86_64-unknown-linux-gnu/gcc/../ld
-O2 -DIN_GCC -W -Wall -Wwrite-...
2006 Nov 06
4
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...e command that failed
> >
> I captured this command and it is:
>
> /home/mykland/llvm-gcc/obj/gcc/xgcc -B/home/mykland/llvm-gcc/obj/gcc/
> -B/home/mykland/llvm-gcc/obj/../install//i686-pc-linux-gnu/bin/
> -B/home/mykland/llvm-gcc/obj/../install//i686-pc-linux-gnu/lib/
> -isystem /home/mykland/llvm-gcc/obj/../install//i686-pc-linux-gnu/include -isystem /home/mykland/llvm-gcc/obj/../install//i686-pc-linux-gnu/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DIN_LIBGCC2 -D__GC...
2019 Nov 12
3
ORC API C Standard/System Libraries
...'defined' has undefined behavior"
Is there a way to prevent these warnings? Preferably only for the system
libraries.
I tried -Wno-expansion-to-defined, -fms-extensions, -fms-compatibility-fms,
-compatibility-version=14.16.27023. I also tried to reference the system
library folder by -isystem, -internal-isystem and -c-isystem
2) Disregarding the warnings, I also get the following error message:
"JIT session error: Symbols not found: { malloc }"
I assumed this might be because I wasn't linking the standard library, so I
tried appending "msvcrt.lib" and "-s...
2006 Nov 06
0
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
.... -I../../llvm-gcc4-1.8-source/gcc
-I../../llvm-gcc4-1.8-source/gcc/.
-I../../llvm-gcc4-1.8-source/gcc/../include
-I../../llvm-gcc4-1.8-source/gcc/../libcpp/include
-I/home/mykland/llvm/include -I/home/mykland/llvm/include -iprefix
/home/mykland/llvm-gcc/obj/gcc/../lib/gcc/i686-pc-linux-gnu/4.0.1/
-isystem /home/mykland/llvm-gcc/obj/gcc/include -DIN_GCC -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED -DL_muldi3 -DHIDE_EXPORTS -isystem
/home/mykland/llvm-gcc/obj/../install//i686-pc-linux-gnu/include
-isystem
/home/mykland/llvm-gcc/obj/../install//i686-pc-linux-gnu/sys-include
-isystem ./include ../../llvm-gcc4-...
2007 Jan 10
0
[LLVMdev] llvm-gcc build fail on RHEL v4 x86_64
...able-multilib
>
> and get the following error message:
>
> make GCC_FOR_TARGET="/home/xzx/llvm-gcc-obj/gcc/xgcc
> -B/home/xzx/llvm-gcc-obj/gcc/
> -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/bin/
> -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/lib/ -isystem
> /home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/include -isystem
> /home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/sys-include" \
> AR_FOR_TARGET="ar" \
> AR_CREATE_FOR_TARGET="ar rc" \
> AR_EXTRACT_FOR_TARGET="ar x" \
> AR_...