search for: faddrsig

Displaying 20 results from an estimated 37 matches for "faddrsig".

2019 Nov 04
4
Debugging clang with debugger breakpoints ?
...g-compilation-dir" "/Users/joan/Documents-Local/Relay/RelayNou" "-ferror-limit" "19" "-fmessage-length" "224" "-fobjc-runtime=gcc" "-fdiagnostics-show-option" "-fcolor-diagnostics" "-vectorize-slp" "-faddrsig" "-o" "main.ll" "-x" "c" "main.c" > > Or wherever you had: -emit-llvm -S -g main.c (or something like that) > You now have: "-cc1" "-triple" "msp430" "-emit-llvm" "-disable-free" &quo...
2019 Nov 04
2
Debugging clang with debugger breakpoints ?
...g-compilation-dir" "/Users/joan/Documents-Local/Relay/RelayNou" "-ferror-limit" "19" "-fmessage-length" "224" "-fobjc-runtime=gcc" "-fdiagnostics-show-option" "-fcolor-diagnostics" "-vectorize-slp" "-faddrsig" "-o" "main.ll" "-x" "c" "main.c" > > Yes it is a list of strings. But the first string "/Users/joan/LLVM-9/llvm-project/build/Debug/bin/clang" is a command. The rest are arguments. So you should set your debugger to run th...
2019 Nov 04
2
Debugging clang with debugger breakpoints ?
...g-compilation-dir" "/Users/joan/Documents-Local/Relay/RelayNou" "-ferror-limit" "19" "-fmessage-length" "224" "-fobjc-runtime=gcc" "-fdiagnostics-show-option" "-fcolor-diagnostics" "-vectorize-slp" "-faddrsig" "-o" "main.ll" "-x" "c" "main.c" So what should I set on the debugger? Thanks John > On 4 Nov 2019, at 21:03, David Blaikie <dblaikie at gmail.com> wrote: > > Run clang with -### to get the underlying command line (the...
2019 Nov 04
2
Debugging clang with debugger breakpoints ?
...g-compilation-dir" "/Users/joan/Documents-Local/Relay/RelayNou" "-ferror-limit" "19" "-fmessage-length" "224" "-fobjc-runtime=gcc" "-fdiagnostics-show-option" "-fcolor-diagnostics" "-vectorize-slp" "-faddrsig" "-o" "main.ll" "-x" "c" "main.c" >> >> Yes it is a list of strings. But the first string "/Users/joan/LLVM-9/llvm-project/build/Debug/bin/clang" is a command. The rest are arguments. So you should set your debugger t...
2020 Mar 25
3
Build Clang/LLVM for AVR
...arf-inlining -debugger-tuning=gdb -v -resource-dir /usr/local/lib/clang/11.0.0 -fdeprecated-macro -fdebug-compilation-dir /home/alex/tmp/clang-avr -ferror-limit 19 -fmessage-length 0 -fgnuc-version=4.2.1 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -fcolor-diagnostics -faddrsig -o main.o -x c++ main.cpp clang -cc1 version 11.0.0 based upon LLVM 11.0.0git default target x86_64-unknown-linux-gnu #include "..." search starts here: #include <...> search starts here: /usr/local/include /usr/local/lib/clang/11.0.0/include /usr/include End of sea...
2018 Aug 14
2
optimization remarks
Hi, I am trying to compare the loop vectorizers effectiveness for different targets relative to each other. That way, I am hoping to find loops that are not vectorized - but could be - on my target by finding other targets doing this successfully. With some luck, there might be something in the Target files that could be fixed with improved vectorization as a result... I would like to do
2019 Mar 01
2
Question about passing -v -save-temps cmd args to clang++
...ternal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilat ion-dir /home/mahesha/Scratch -ferror-limit 19 -fmessage-length 211 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -fcolor-diagnostics -o hello.ii -x c++ hello.cpp -faddrsig clang -cc1 version 9.0.0 based upon LLVM 9.0.0svn default target x86_64-unknown-linux-gnu ignoring nonexistent directory "/include" ignoring duplicate directory "/usr/lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/x86_64-linux-gnu/c++/7.3.0" #include "..." search s...
2019 Jun 28
2
Conflicts with custom passes
...stem /usr/include -O0 -fdebug-compilation-dir /home/khheo/project/parametric-symexe/test/toy1 -ferror-limit 19 -fmessage-length 364 -fobjc-runtime=gcc -fdiagnostics-show-option -fcolor-diagnostics -load ../../trace-extractor/build/TracePass.so -o time-1.7.ll -x c /home/khheo/project/all/time-1.7.c -faddrsig 1. <eof> parser at end of file 2. Per-module optimization passes 3. Running pass 'Unnamed pass: implement Pass::getPassName()' on module '/home/khheo/project/all/time-1.7.c'. … What does "Running pass 'Unnamed pass: implement Pass::getPassName()' o...
2020 Mar 25
2
Build Clang/LLVM for AVR
...arf-inlining -debugger-tuning=gdb -v -resource-dir /usr/local/lib/clang/11.0.0 -fdeprecated-macro -fdebug-compilation-dir /home/alex/tmp/clang-avr -ferror-limit 19 -fmessage-length 0 -fgnuc-version=4.2.1 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -fcolor-diagnostics -faddrsig -o main.o -x c++ main.cpp > clang -cc1 version 11.0.0 based upon LLVM 11.0.0git default target x86_64-unknown-linux-gnu > #include "..." search starts here: > #include <...> search starts here: > /usr/local/include > /usr/local/lib/clang/11.0.0/include > /...
2019 Oct 30
2
pointer arithmetic with address space attribute not working
...roject/llvm/build/i nstall/lib/clang/10.0.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /home/yhs/work/tests/user -f error-limit 19 -fmessage-length 0 -fgnuc-version=4.2.1 -fobjc-runtime=gcc -fdiagnostics-show-option -fcolor-diagnostics -faddrsig -o test.o -x c test.c 1. <eof> parser at end of file 2. test.c:2:15: LLVM IR generation of declaration 'test' 3. test.c:2:15: Generating code for declaration 'test' #0 0x00000000017067bf llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/data/users/yhs/work/l...
2020 Aug 23
3
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...quot;80 " "-fno-use-cxa-atexit" "-fms-extensions" "-fms-compatibility" "-fms-compatibili ty-version=19.11" "-fdelayed-template-parsing" "-fobjc-runtime=gcc" "-fdiagnosti cs-show-option" "-fcolor-diagnostics" "-faddrsig" "-o" "crash.o" "-x" "c" "crash .c" "C:\\Program Files\\LLVM\\bin\\clang.exe" "-cc1" "-triple" "x86_64-pc-windows-m svc19.11.0" "-emit-obj" "-mrelax-all" "-mincremental-linker-co...
2019 Oct 31
2
pointer arithmetic with address space attribute not working
...roject/llvm/build/i nstall/lib/clang/10.0.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /home/yhs/work/tests/user -f error-limit 19 -fmessage-length 0 -fgnuc-version=4.2.1 -fobjc-runtime=gcc -fdiagnostics-show-option -fcolor-diagnostics -faddrsig -o test.o -x c test.c 1. <eof> parser at end of file 2. test.c:2:15: LLVM IR generation of declaration 'test' 3. test.c:2:15: Generating code for declaration 'test' #0 0x00000000017067bf llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/data/users/yhs/work/l...
2019 Aug 05
2
LLVM crashing while trying to build SPEC with Clang
...E5/New_Spec/cpu2006/benchspec/CPU2006/433.milc/run/build_base_amd64-m64-gcc42-nn.0006 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -load /media/kiit/3E9AF7519AF703E5/llvm-pass-skeleton/build/skeleton/libSkeletonPass.so -o check_unitarity.o -x c check_unitarity.c -faddrsig 1. <eof> parser at end of file 2. Per-function optimization 3. Running pass 'Unnamed pass: implement Pass::getPassName()' on function '@check_su3' #0 0x0000000004f2a60f llvm::sys::PrintStackTrace(llvm::raw_ostream&) /media/kiit/3E9AF7519AF703E5/llvm-project/llvm/lib/Suppo...
2020 Aug 23
2
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...exit" "-fms-extensions" "-fms-compatibility" >> "-fms-compatibili >> ty-version=19.11" "-fdelayed-template-parsing" "-fobjc-runtime=gcc" >> "-fdiagnosti >> cs-show-option" "-fcolor-diagnostics" "-faddrsig" "-o" "crash.o" "-x" "c" >> "crash >> .c" >> "C:\\Program Files\\LLVM\\bin\\clang.exe" "-cc1" "-triple" >> "x86_64-pc-windows-m >> svc19.11.0" "-emit-obj" "-m...
2020 Aug 23
2
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
...t; "-fms-compatibility" >> >> "-fms-compatibili >> >> ty-version=19.11" "-fdelayed-template-parsing" "-fobjc-runtime=gcc" >> >> "-fdiagnosti >> >> cs-show-option" "-fcolor-diagnostics" "-faddrsig" "-o" "crash.o" "-x" >> "c" >> >> "crash >> >> .c" >> >> "C:\\Program Files\\LLVM\\bin\\clang.exe" "-cc1" "-triple" >> >> "x86_64-pc-windows-m >> &g...
2019 Sep 30
3
Debugging LowerTypeTests in LLVM Using GDB
Hi, I am looking into Control-Flow Integrity for indirect function calls, implemented with jump tables. I want to step through the code that produces these jump tables in GDB. I have built clang and opt from source with debugging symbols. I believe this code lives in llvm/lib/Transforms/LowerTypeTests.cpp, but when I try to debug *opt* by running the command "run -lowertypetests cfi-icall.bc
2020 May 05
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
...=174", > "-fms-extensions", > "-fms-compatibility", > "-fms-compatibility-version=19.16.27030", > "-fdelayed-template-parsing", > "-fcolor-diagnostics", > "-fobjc-runtime=gcc", > "-faddrsig", > } > > Regards, > Manu. > > > Le lun. 27 avr. 2020 à 20:41, Lang Hames <lhames at gmail.com> a écrit : > >> I was just reading the blog post -- very cool! >> >> Regarding Globals construction & destruction: There definitely has been a &g...
2019 Aug 03
3
conflicting builtins in clang with musl (stddef.h)
...nal-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- exceptions -fexceptions -fdiagnostics-show-option -fcolor-diagnostics -o /tmp/test-0249b1.o -x c++ test.cpp -faddrsig clang -cc1 version 8.0.0 based upon LLVM 8.0.0 default target x86_64- linux-musl ignoring nonexistent directory "/usr/local/include" ignoring duplicate directory "/include" #include "..." search starts here: #include <...> search starts here: /bin/../include/c++...
2019 Oct 31
2
pointer arithmetic with address space attribute not working
...l/lib/clang/10.0.0/include -internal-externc-isystem /include > -internal-externc-isystem /usr/include -fdebug-compilation-dir > /home/yhs/work/tests/user -f > error-limit 19 -fmessage-length 0 -fgnuc-version=4.2.1 > -fobjc-runtime=gcc -fdiagnostics-show-option -fcolor-diagnostics > -faddrsig -o test.o -x c test.c > 1. <eof> parser at end of file > 2. test.c:2:15: LLVM IR generation of declaration 'test' > 3. test.c:2:15: Generating code for declaration 'test' > #0 0x00000000017067bf llvm::sys::PrintStackTrace(llvm::raw_ostream&) &gt...
2019 Mar 25
3
Trying to create a pure LLVM toolchain on musl based distribution
...l/include -internal-isystem /usr/lib/clang/8.0.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /usr/src/vanilla -ferror-limit 19 -fmessage-length 184 -fobjc-runtime=gcc -fdiagnostics-show-option -o /tmp/test-1d99ce.o -x c /tmp/test.c -faddrsig clang -cc1 version 8.0.0 based upon LLVM 8.0.0 default target x86_64-linux-musl ignoring nonexistent directory "/include" #include "..." search starts here: #include <...> search starts here: /usr/local/include /usr/lib/clang/8.0.0/include /usr/include End of search...