search for: mdisabl

Displaying 20 results from an estimated 156 matches for "mdisabl".

Did you mean: mdisable
2001 Sep 07
2
ext3 and parisc
...pretty easy to fix. I just don't understand this one: --snip--snip--snip-- gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -D__linux__ -pipe -fno-strength-reduce -mno-space-regs -mfast-indirect-calls -mdisable-fpregs -ffunction-sections -march=1.1 -mschedule=7100LC -DEXPORT_SYMTAB -c ksyms.c ksyms.c:247: `no_llseek' undeclared here (not in a function) ksyms.c:247: initializer element is not constant ksyms.c:247: (near initialization for `__ksymtab_no_llseek.value') --snip--snip--snip-- Uuhh....
2011 Dec 27
4
[LLVMdev] -f[no-]omit-frame-pointer
...t; > > > It looks like the default for -fomit-frame-pointer has recently changed > from > > "no" to "yes at O1 and higher", but I did not see the commit. > > Was that intentional? > > Yes; r146586. > What would be the best fix for asan? Force -mdisable-fp-elim when asan is enabled or document that asan requires -fomit-frame-pointer for better warning messages? Thanks! --kcc > > -Eli > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111227/...
2016 Dec 09
4
Strange clang behavior when compiled against musl
...Thread model: posix InstalledDir: /path/to/llvm/bin "/path/to/musl/lib/ld-musl-x86_64.so.1" -cc1 -triple x86_64-pc-linux-musl -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name hello.c -mrelocation-model 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/includ...
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 >
2011 Dec 27
0
[LLVMdev] -f[no-]omit-frame-pointer
> What would be the best fix for asan? > Force -mdisable-fp-elim when asan is enabled or document that asan > requires -fomit-frame-pointer for better warning messages? Just messages? I would suggest documentation. If it is needed by some of the checks then enabling frame pointers by default when asan is enabled and rejecting or warning when someo...
2013 Oct 12
1
[LLVMdev] Fwd: unsupported gc: vmkit
...ecuted at GCMetadata.cpp:87! 0 clang 0x09e9d5d9 llvm::sys::PrintStackTrace(_IO_FILE*) + 41 Stack dump: 0. Program arguments: /home/ali/llvm-3.3.src/Release+Asserts/bin/clang -cc1 -triple i386-pc-linux-gnu -emit-obj -mrelax-all -disable-free -main-file-name somefile.bc -mrelocation-model static -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -target-cpu pentium4 -target-linker-version 2.21.53.20110810 -resource-dir /home/ali/llvm-3.3.src/Release+Asserts/bin/../lib/clang/3.3 -fdebug-compilation-dir /home/ali/Code/ReyMRE/vm/tools/ReyVM -ferror-limit 19 -fmessage-length 113 -mstack...
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
2012 Aug 29
0
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
..., please refer below : clang version 3.1 (branches/release_31) Target: arm--linux-gnueabi Thread model: posix "/home/jedd10-04/TOOC/LLVM-3.1/llvm-3.1.src/build/Debug+Asserts/bin/clang" -cc1 -triple armv4t--linux-gnueabi -E -disable-free -main-file-name hello.c -mrelocation-model static -mdisable-fp-elim -mconstructor-aliases -target-abi aapcs-linux -target-cpu arm7tdmi -mfloat-abi soft -target-feature +soft-float-abi -target-linker-version 2.20.1 -momit-leaf-frame-pointer -v -resource-dir /home/jedd10-04/TOOC/LLVM-3.1/llvm-3.1.src/build/Debug+Asserts/bin/../lib/clang/3.1 -isysroot /usr/ar...
2019 Mar 01
2
Question about passing -v -save-temps cmd args to clang++
...installation: /usr/lib/gcc/x86_64-linux-gnu/7.3.0 Candidate multilib: .;@m64 Selected multilib: .;@m64 "/home/mahesha/LLVM/install/bin/clang-9" -cc1 -triple x86_64-unknown-linux-gnu -E -save-temps=cwd -disable-free -main-file-name hello.cpp -mrelocation-model static -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 /home/mahesha/LLVM/install/lib/clang/9.0.0 -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0 -in...
2010 Aug 09
1
[LLVMdev] Stack trace - clang
...st [with T = llvm::MCOperand]: Assertion `begin() + idx < end()' failed. 0 clang 0x094b90d8 Stack dump: 0. Program arguments: /export/home/zbin/llvm/llvm/Release+Asserts/bin/clang -cc1 -triple i386-pc-linux-gnu -S -disable-free -main-file-name helloworld.c -mrelocation-model static -mdisable-fp-elim -mconstructor-aliases -target-cpu pentium4 -resource-dir /export/home/zbin/llvm/llvm/Release+Asserts/lib/clang/2.8 -ferror-limit 19 -fmessage-length 95 -fgnu-runtime -fdiagnostics-show-option -fcolor-diagnostics -o /tmp/cc-x4r76v.s -x c helloworld.c 1. <eof> parser at end of file...
2019 Jun 28
2
Conflicts with custom passes
...d that one as well as some other issues. I built LLVM-8 with Debug + no-rtti. But it now has the following error: Stack dump: 0. Program arguments: clang-8 -cc1 -triple x86_64-unknown-linux-gnu -emit-llvm -disable-free -main-file-name time-1.7.c -mrelocation-model static -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 -coverage-notes-file /home/khheo/project/parametric-symexe/test/toy1/time-1.7.gcno -resource-dir /home/khheo/project/llvm-8/build/lib/clang/8.0.1 -in...
2010 Dec 28
1
[LLVMdev] llvm with non-standard gcc location
...ial001.m -v -emit-llvm -o tutorial001 clang version 2.9 (trunk 122601) Target: x86_64-unknown-linux-gnu Thread model: posix "/usr/local/llvm/Debug+Asserts/bin/clang" -cc1 -triple x86_64-unknown-linux-gnu -emit-llvm-bc -disable-free -main-file-name tutorial001.m -mrelocation-model static -mdisable-fp-elim -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -target-linker-version 2.17.50.20070726 -v -resource-dir /usr/local/llvm/Debug+Asserts/bin/../lib/clang/2.9 -ferror-limit 19 -fmessage-length 178 -fgnu-runtime -fdiagnostics-show-option -fcolor-diagnostics -o /tmp/cc-3m...
2013 Feb 08
2
[LLVMdev] JIT on armhf
...#39;: Debian clang version 3.2-1~exp3 (tags/RELEASE_32/final) (based on LLVM 3.2) Target: arm-unknown-linux-gnueabihf Thread model: posix "/usr/bin/clang" -cc1 -triple armv4t-unknown-linux-gnueabihf -S -disable-free -disable-llvm-verifier -main-file-name test.c -mrelocation-model static -mdisable-fp-elim -fmath-errno -mconstructor-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 /v...
2011 Jan 11
2
[LLVMdev] clang+LLVM fails to compile ctags
....6), specifically eiffel.c: $ clang -v -c e.c -O2 -Wno-unused-value clang version 2.9 (trunk 123166) Target: x86_64-unknown-linux-gnu Thread model: posix "/home/csaba/bin/clang" -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -disable-free -main-file-name e.c -mrelocation-model static -mdisable-fp-elim -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -target-linker-version 11.3 -v -resource-dir /home/csaba/bin/../lib/clang/2.9 -O2 -Wno-unused-value -ferror-limit 19 -fmessage-length 207 -fgnu-runtime -fdiagnostics-show-option -fcolor-diagnostics -o e.o -x c e.c clang...
2012 Jun 28
3
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
Hello list I think I really finally found a way to crossbuild a binary for ARM using Clang/llvm. This message would be a documentation for someone who may concern for the same issue with me. - Target : TOSHIBA AC100 / Ubuntu 12.04 (https://wiki.ubuntu.com/ARM/** TEGRA/AC100 <https://wiki.ubuntu.com/ARM/TEGRA/AC100>) - Host : i386 Desktop PC / Ubuntu 12.04 - Toolchain on host : sudo
2012 Aug 02
1
[LLVMdev] Questions about clang options
...kes the backend: > clang -v -c showdebug.c clang version 3.2 (trunk 156703) Target: x86_64-unknown-linux-gnu Thread model: posix "/opt/kernelgen/bin/clang" -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -main-file-name showdebug.c -mrelocation-model static -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -target-linker-version 11 -momit-leaf-frame-pointer -v -coverage-file showdebug.o -resource-dir /opt/kernelgen/bin/../lib/clang/3.2 -fmodule-cache-path /var/tmp/clang-module-cache -internal-isystem /usr/loc...
2013 Jan 12
2
[LLVMdev] Failure building llvm/clang from source using binary clang package on Mageia 2
...only -x c++ /dev/null' I get: "clang version 2.8 (branches/release_28) Target: x86_64-redhat-linux-gnu Thread model: posix "/usr/bin/clang" -cc1 -triple x86_64-redhat-linux-gnu -fsyntax-only -disable-free -disable-llvm-verifier -main-file-name null -mrelocation-model static -mdisable-fp-elim -mconstructor-aliases -munwind-tables -target-cpu x86-64 -target-linker-version 2.20.51.0.2 -v -resource-dir /usr/lib/clang/2.8 -ferror-limit 19 -fmessage-length 144 -fexceptions -fgnu-runtime -fdiagnostics-show-option -fcolor-diagnostics -x c++ /dev/null clang -cc1 version 2.8 based u...
2016 Mar 01
0
Pass is not initialized
...bin/clang-3.9+0x14de8a8) Stack dump: 0. Program arguments: /home/renato.golin/buildslave/clang-cmake-aarch64-full/stage1/bin/clang-3.9 -cc1 -triple aarch64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -main-file-name coverage-caller-callee.cc -mrelocation-model static -mthread-model posix -mdisable-fp-elim -mdisable-tail-calls -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu generic -target-feature +neon -target-abi aapcs -dwarf-column-info -debug-info-kind=line-tables-only -dwarf-version=4 -debugger-tuning=gdb -resource-dir /home/renato.golin/bui...
2011 Dec 06
2
[LLVMdev] Assertion `PI && "Expected required passes to be initialized"' failed for AliasAnalysis.
...bc_start_main + 253 18 clang 0x00000000006c7bc9 Stack dump: 0. Program arguments: /usr/local/google/tsan-llvm/data-race-test/clang_build_Linux/Release+Asserts/bin/clang -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -main-file-name t.c -mrelocation-model static -mdisable-fp-elim -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -target-linker-version 2.20.1 -momit-leaf-frame-pointer -coverage-file t.o -resource-dir /usr/local/google/tsan-llvm/data-race-test/clang_build_Linux/Release+Asserts/bin/../lib/clang/3.1 -fmodule-cache-path /var/tmp/cla...
2017 Jul 26
2
armv7 pc-rel bx thumb instruction
Hi Tim, Thank you for clarifying what the error actually means! I did read something about the BLX instruction but since I'm compiling strictly for thumb, it didn't make much sense to me. Adding -mdisable-tail-calls as a cc1 command indeed allowed me to link the generated binary. After looking some more at the ld64 source code, I came across the following comment: // The tail-call optimization may result in a function ending in a jump (b) // to another functions. At compile time the compiler doe...