search for: nostdsysteminc

Displaying 20 results from an estimated 23 matches for "nostdsysteminc".

2019 Nov 04
4
Debugging clang with debugger breakpoints ?
...uot;msp430" "-emit-llvm" "-disable-free" "-main-file-name" "main.c" "-mrelocation-model" "static" "-mthread-model" "posix" "-fmath-errno" "-masm-verbose" "-mconstructor-aliases" "-nostdsysteminc" "-dwarf-column-info" "-debugger-tuning=gdb" "-target-linker-version" "305" "-momit-leaf-frame-pointer" "-coverage-notes-file" "/Users/joan/Documents-Local/Relay/RelayNou/main.gcno" "-resource-dir" "/Users/joa...
2019 Nov 04
2
Debugging clang with debugger breakpoints ?
...uot;msp430" "-emit-llvm" "-disable-free" "-main-file-name" "main.c" "-mrelocation-model" "static" "-mthread-model" "posix" "-fmath-errno" "-masm-verbose" "-mconstructor-aliases" "-nostdsysteminc" "-dwarf-column-info" "-debugger-tuning=gdb" "-target-linker-version" "305" "-momit-leaf-frame-pointer" "-coverage-notes-file" "/Users/joan/Documents-Local/Relay/RelayNou/main.gcno" "-resource-dir" "/Users/joa...
2019 Nov 04
2
Debugging clang with debugger breakpoints ?
...uot;msp430" "-emit-llvm" "-disable-free" "-main-file-name" "main.c" "-mrelocation-model" "static" "-mthread-model" "posix" "-fmath-errno" "-masm-verbose" "-mconstructor-aliases" "-nostdsysteminc" "-dwarf-column-info" "-debugger-tuning=gdb" "-target-linker-version" "305" "-momit-leaf-frame-pointer" "-coverage-notes-file" "/Users/joan/Documents-Local/Relay/RelayNou/main.gcno" "-resource-dir" "/Users/joa...
2015 Jan 09
7
[LLVMdev] Reminder: 3.6 branch is coming
Reminder: The plan is to create the 3.6 branch next week, on 14 January. Please help get the release notes and other documents updated. For example, both the LLVM [1] and Clang [2] release notes look pretty empty. Also, if you'd like to volunteer to be a release tester, please let me know. Cheers, Hans 1. http://llvm.org/docs/ReleaseNotes.html 2.
2019 Nov 04
2
Debugging clang with debugger breakpoints ?
...uot;msp430" "-emit-llvm" "-disable-free" "-main-file-name" "main.c" "-mrelocation-model" "static" "-mthread-model" "posix" "-fmath-errno" "-masm-verbose" "-mconstructor-aliases" "-nostdsysteminc" "-dwarf-column-info" "-debugger-tuning=gdb" "-target-linker-version" "305" "-momit-leaf-frame-pointer" "-coverage-notes-file" "/Users/joan/Documents-Local/Relay/RelayNou/main.gcno" "-resource-dir" "/Users/joa...
2015 Nov 13
2
revision 252902
...: CodeGenCXX/main-norecurse.cpp (2951 of 27722) ******************** TEST 'Clang :: CodeGenCXX/main-norecurse.cpp' FAILED ******************** Script: -- /home/seurer/llvm/build/llvm-test/./bin/clang -cc1 -internal-isystem /home/seurer/llvm/build/llvm-test/bin/../lib/clang/3.8.0/include -nostdsysteminc -emit-llvm /home/seurer/llvm/llvm-test/tools/clang/test/CodeGenCXX/main-norecurse.cpp -o - | /home/seurer/llvm/build/llvm-test/./bin/FileCheck /home/seurer/llvm/llvm-test/tools/clang/test/CodeGenCXX/main-norecurse.cpp -- Exit Code: 1 Command Output (stderr): -- /home/seurer/llvm/llvm-test/tools...
2016 Sep 16
2
builtins name mangling in SPIR 2.0
...%call = tail call spir_func i32 (i8 addrspace(2)*, ...) @printf(i8 addrspace(2)* getelementptr inbounds ([6 x i8], [6 x i8] addrspace(2)* @.str, i64 0, i64 0)) with the following command line: clang -cc1 -internal-isystem /wrk/xsjhdnobkup2/hongbinz/omp/build-llvm/bin/../lib/clang/3.9.0/include -nostdsysteminc -S -emit-llvm -o - Is this the correct behavior? Thanks Hongbin [1] https://github.com/KhronosGroup/SPIR-Tools/wiki/SPIR-2.0-built-in-functions [2] http://clang.llvm.org/doxygen/opencl-c_8h_source.html On Mon, Sep 12, 2016 at 1:43 PM, Hongbin Zheng <etherzhhb at gmail.com<mailto:etherzhhb...
2013 Oct 15
2
[LLVMdev] Unwanted push/pop on Cortex-M.
...ases > -target-abi aapcs -target-cpu cortex-m4 -msoft-float -mfloat-abi soft > -target-feature +soft-float -target-feature +soft-float-abi > -target-feature -neon -target-linker-version 2.22 > -momit-leaf-frame-pointer -v -ffunction-sections -fdata-sections > -coverage-file /tmp/a.s -nostdsysteminc -nobuiltininc -resource-dir > /usr/local/vendor-20130805-b8d59d2/toolchains/llvm/3.3/armv7m/bin/../lib/clang/3.3 > -Os -fno-dwarf-directory-asm -fdebug-compilation-dir /tmp > -ferror-limit 19 -fmessage-length 207 -ffreestanding -mstackrealign > -fno-rtti -fno-signed-char -fobjc-runtime=...
2016 Sep 12
2
builtins name mangling in SPIR 2.0
Thanks a lot. On Mon, Sep 12, 2016 at 1:42 PM, Liu, Yaxun (Sam) <Yaxun.Liu at amd.com> wrote: > If you use the default header file under clang/lib/Headers/opencl-c.h, > get_global_id will be mangled. > > > > If you want to declare get_global_id in your own header, add > __attribute__((overloadable)), then it will be mangled. > > > > Sam > > > >
2013 Oct 15
1
[LLVMdev] Unwanted push/pop on Cortex-M.
...t-abi aapcs -target-cpu cortex-m4 -msoft-float -mfloat-abi soft >> -target-feature +soft-float -target-feature +soft-float-abi >> -target-feature -neon -target-linker-version 2.22 >> -momit-leaf-frame-pointer -v -ffunction-sections -fdata-sections >> -coverage-file /tmp/a.s -nostdsysteminc -nobuiltininc -resource-dir >> /usr/local/vendor-20130805-b8d59d2/toolchains/llvm/3.3/armv7m/bin/../lib/clang/3.3 >> -Os -fno-dwarf-directory-asm -fdebug-compilation-dir /tmp >> -ferror-limit 19 -fmessage-length 207 -ffreestanding -mstackrealign >> -fno-rtti -fno-signed-char...
2013 Oct 15
0
[LLVMdev] Unwanted push/pop on Cortex-M.
...i aapcs -target-cpu cortex-m4 -msoft-float -mfloat-abi soft > > -target-feature +soft-float -target-feature +soft-float-abi > > -target-feature -neon -target-linker-version 2.22 > > -momit-leaf-frame-pointer -v -ffunction-sections -fdata-sections > > -coverage-file /tmp/a.s -nostdsysteminc -nobuiltininc -resource-dir > > > /usr/local/vendor-20130805-b8d59d2/toolchains/llvm/3.3/armv7m/bin/../lib/clang/3.3 > > -Os -fno-dwarf-directory-asm -fdebug-compilation-dir /tmp > > -ferror-limit 19 -fmessage-length 207 -ffreestanding -mstackrealign > > -fno-rtti -fno-si...
2016 Sep 18
2
builtins name mangling in SPIR 2.0
...%call = tail call spir_func i32 (i8 addrspace(2)*, ...) @printf(i8 addrspace(2)* getelementptr inbounds ([6 x i8], [6 x i8] addrspace(2)* @.str, i64 0, i64 0)) with the following command line: clang -cc1 -internal-isystem /wrk/xsjhdnobkup2/hongbinz/omp/build-llvm/bin/../lib/clang/3.9.0/include -nostdsysteminc -S -emit-llvm -o - Is this the correct behavior? Thanks Hongbin [1] https://github.com/KhronosGroup/SPIR-Tools/wiki/SPIR-2.0-built-in-functions [2] http://clang.llvm.org/doxygen/opencl-c_8h_source.html On Mon, Sep 12, 2016 at 1:43 PM, Hongbin Zheng <etherzhhb at gmail.com<mailto:etherzhhb...
2015 Nov 05
2
[PATCH] D14227: Add a new attribute: norecurse
> On 2015-Nov-05, at 08:31, Aaron Ballman <aaron at aaronballman.com> wrote: > > On Thu, Nov 5, 2015 at 11:26 AM, James Molloy <james at jamesmolloy.co.uk> wrote: >> Ah I see. >> >> I can't think of a way that would help users in any particular way offhand. >> I hadn't considered exposing it to clang users - do you think there is merit
2020 May 21
5
Understanding the version handling in LLVM/Clang/LLD
...s/first /home/dileks/src/llvm-toolchain/build/stage1/tools/clang/test/Preprocessor/Output/iwithprefix.c.tmp.tmps/second : 'RUN: at line 5'; /home/dileks/src/llvm-toolchain/build/stage1/bin/clang -cc1 -internal-isystem /home/dileks/src/llvm-toolchain/build/stage1/lib/clang/10.0.1git/include -nostdsysteminc -triple x86_64-unknown-unknown -iprefix /home/dileks/src/llvm-toolchain/build/stage1/tools/clang/test/Preprocessor/Output/iwithprefix.c.tmp.tmps/ -iwithprefix second -isystem /home/dileks/src/llvm-toolchain/build/stage1/tools/clang/test/Preprocessor/Output/iwithprefix.c.tmp.tmps/first -v /ho...
2015 Nov 17
2
3.7.1-rc1 has been tagged. Let's begin testing!
...ode: 2 > > Command Output (stdout): > -- > Command 0: "D:/src/llvm_release_build_3.7.1-rc1/build64/./bin/clang.EXE" > "-cc1" > "-internal-isystem" > "D:\src\llvm_release_build_3.7.1-rc1\build64\bin\..\lib\clan > g\3.7.1\include" "-nostdsysteminc" "-S" "-O3" "-fno-builtin" "-o" "-" > "D:\src\ll > > vm_release_build_3.7.1-rc1\llvm\tools\clang\test\CodeGen\libcalls-fno-builtin.c" > > Command 0 Result: -2147483645 > Command 0 Output: > > > Command 0 Std...
2018 Feb 07
0
retpoline mitigation and 6.0
...rget-feature -sse2 -target-feature -3dnow -target-feature -avx -target-feature -x87 -target-feature +retpoline-external-thunk -disable-red-zone -dwarf-column-info -debug-info-kind=limited -dwarf-version=4 -debugger-tuning=gdb -coverage-notes-file /home/dwmw2/git/linux-2.6/arch/x86/events/core.gcno -nostdsysteminc -nobuiltininc -resource-dir /home/dwmw2/git/llvm-build/lib/clang/7.0.0 -dependency-file arch/x86/events/.core.o.d -MT arch/x86/events/core.o -sys-header-deps -isystem /home/dwmw2/git/llvm-build/lib/clang/7.0.0/include -include ./include/linux/kconfig.h -I ./arch/x86/include -I ./arch/x86/include/ge...
2013 Oct 15
0
[LLVMdev] Unwanted push/pop on Cortex-M.
...h-errno -mconstructor-aliases -target-abi aapcs -target-cpu cortex-m4 -msoft-float -mfloat-abi soft -target-feature +soft-float -target-feature +soft-float-abi -target-feature -neon -target-linker-version 2.22 -momit-leaf-frame-pointer -v -ffunction-sections -fdata-sections -coverage-file /tmp/a.s -nostdsysteminc -nobuiltininc -resource-dir /usr/local/vendor-20130805-b8d59d2/toolchains/llvm/3.3/armv7m/bin/../lib/clang/3.3 -Os -fno-dwarf-directory-asm -fdebug-compilation-dir /tmp -ferror-limit 19 -fmessage-length 207 -ffreestanding -mstackrealign -fno-rtti -fno-signed-char -fobjc-runtime=gcc -fobjc-default-s...
2019 Nov 04
4
Debugging clang with debugger breakpoints ?
Hi All, I want to understand some parts of ‘clang' by setting debug breakpoints. I have successfully done so with “llc” but I found that debugger breakpoints do not work for ‘clang’ The apparent cause is that the clang code is run as a child process which is created in the ‘Execute' function of ‘Program.inc'. The debugger stops fine at breakpoints set on the main thread, but
2019 Jul 12
2
[cfe-dev] ARM float16 intrinsic test
...et/ARM/ARMISelDAGToDAG.cpp:2072! Stack dump: 0. Program arguments: /home/nancy/rpp_llvm/build-project/bin/clang-8 -cc1 -triple armv8.2a-arm-unknown-eabihf -S -disable-free -main-file-name arm.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -mconstructor-aliases -nostdsysteminc -target-cpu generic -target-feature +fullfp16 -target-feature +strict-align -target-abi aapcs -mfloat-abi hard -fallow-half-arguments-and-returns -dwarf-column-info -debugger-tuning=gdb -coverage-notes-file /home/nancy/rpp_llvm/test/-.gcno -resource-dir /home/nancy/rpp_llvm/build-project/lib/clang/...
2018 Feb 07
6
retpoline mitigation and 6.0
I've landed the patch in r324449. Before we merge this into two different Clang release branches and almost immediately release one of them, I would really like someone to confirm that this patch works well with the Linux kernel. David, if you're up for that, it would be great. Alternatively, Guenter or someone else here can help. On Tue, Feb 6, 2018 at 5:59 PM Chandler Carruth