Displaying 7 results from an estimated 7 matches for "fgnuc".
Did you mean:
fgnu
2020 Mar 25
3
Build Clang/LLVM for AVR
...errno -fno-rounding-math -masm-verbose -mconstructor-aliases -target-cpu atmega328p -dwarf-column-info -fno-split-dwarf-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 &l...
2020 Mar 25
2
Build Clang/LLVM for AVR
...errno -fno-rounding-math -masm-verbose -mconstructor-aliases -target-cpu atmega328p -dwarf-column-info -fno-split-dwarf-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:
>...
2019 Oct 30
2
pointer arithmetic with address space attribute not working
...ADD
-internal-isystem /usr/local/include -internal-isystem
/data/users/yhs/work/llvm-project/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 0x00...
2019 Oct 31
2
pointer arithmetic with address space attribute not working
...ADD
-internal-isystem /usr/local/include -internal-isystem
/data/users/yhs/work/llvm-project/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 0x00...
2020 Nov 05
1
How to use mainline clang/llvm with CMake
...eveloper/SDKs/MacOSX10.15.sdk/usr/include -std=c++17 -fdeprecated-macro -fdebug-compilation-dir /Users/user/workspace/github/clang_build/manual/llvm-project/example/_build/cmake/Debug -ferror-limit 19 -stack-protector 1 -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcolor-diagnostics -o CMakeFiles/seq_vector.dir/seq_vector.cpp.o -x c++ /Users/user/workspace/github/clang_build/manual/llvm-project/example/seq_vector.cpp
But unfortunately, the link stage fails:
/Users/user/workspace/github/clang_b...
2019 Oct 31
2
pointer arithmetic with address space attribute not working
...r/local/include -internal-isystem
> /data/users/yhs/work/llvm-project/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 declaratio...
2020 Feb 04
2
CMakeTestCCompiler fails
Trunk clang does not pass CMake C Compiler test like below:
CMake Error at
/home/usr4/c74014i/opt/cmake-3.16.3-Linux-x86_64/share/cmake-3.16/Modules/CMakeTestCCompiler.cmake:60
(message):
The C compiler
"/home/usr4/c74014i/opt/clang/current/bin/clang"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: