Displaying 15 results from an estimated 15 matches for "__stdc_format_macros".
Did you mean:
d__stdc_format_macros
2015 Sep 03
4
LLVM 3.7.0 build errors on Windows
...Visual Studio Community 2015, the CXX compiler identification
is MSVC 19.0.23026.0
My CPP includes are:
WIN32
_WINDOWS
NDEBUG
_CRT_SECURE_NO_DEPRECATE
_CRT_SECURE_NO_WARNINGS
_CRT_NONSTDC_NO_DEPRECATE
_CRT_NONSTDC_NO_WARNINGS
_SCL_SECURE_NO_DEPRECATE
_SCL_SECURE_NO_WARNINGS
__STDC_CONSTANT_MACROS
__STDC_FORMAT_MACROS
__STDC_LIMIT_MACROS
_GNU_SOURCE
%(PreprocessorDefinitions)
Now, a couple of things are suspicious:
- in googling around it seems like there are some problems with
including Windows.h (which I have to include for other reasons) as well
as the LLVM headers, at least with previous versions of LLVM....
2012 Jun 01
3
[LLVMdev] PRIx64 issue on SLES 11
Hey guys,
I'm having trouble with PRIx64 and buddies in the X86 target on SLES 11.
After searching, my issue seems like a generic problem with PRI support on
different OS's.
Here's a decent description of my problem:
http://gcc.gnu.org/ml/gcc-help/2006-10/msg00221.html
Any suggested methods to correct for <inttypes.h> not having the proper
macros defined (besides defining
2018 Jan 03
0
Regression tests
..._AVAILABILITY', '-DLIBCXXABI_NO_TIMER',
>> '-funwind-tables', '-std=c++11', '-nostdinc++',
>> '-I/dsk/l1/misc/vusontuan/llvm/projects/libcxx/include',
>> '-I/dsk/l1/misc/vusontuan/llvm/projects/libcxxabi/include',
>> '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS',
>> '-D__STDC_CONSTANT_MACROS', '-I/dsk/l1/misc/vusontuan/llvm
>> /projects/libcxx/test/support', '-c', '&&', '/usr/lib64/ccache/c++',
>> '-o', '/dsk/l1/misc/vusontuan/llvm/build/proj...
2015 Oct 14
2
Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.
...se/Release+Asserts/Parser.d.tmp
-MP -MT
/home/kpawar/SAFECode/LLVM_SRC/llvm/projects/safecode/tools/clang/lib/Parse/Release+Asserts/Parser.o
-MT
/home/kpawar/SAFECode/LLVM_SRC/llvm/projects/safecode/tools/clang/lib/Parse/Release+Asserts/Parser.d
-D _DEBUG -D _GNU_SOURCE -D __STDC_CONSTANT_MACROS -D __STDC_FORMAT_MACROS
-D __STDC_LIMIT_MACROS -D SAFECODE -D SAFECODE -I
/home/kpawar/SAFECode/LLVM_SRC/llvm/include -I
/home/kpawar/SAFECode/LLVM_SRC/llvm/projects/safecode/include -I
/home/kpawar/SAFECode/LLVM_SRC/llvm/projects/safecode/tools/clang/lib/Parse
-I
/home/kpawar/SAFECode/LLVM_SRC/llvm/projects/safecode/tool...
2017 Dec 26
2
Regression tests
Hello,
I have just built LLVM with CMake by following these instructions
https://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary
and I am trying to run the regression tests using "make check-all" but
there are some unexpected failures in libcxx and libcxxabi. Here's the test
log:
Expected Passes : 40745
Expected Failures : 258
Unsupported Tests : 1594
2015 Sep 09
5
Building LLVM and Clang using Clang?
...-f lib/Support/CMakeFiles/LLVMSupport.dir/build.make
lib/Support/CMakeFiles/LLVMSupport.dir/build
stark 26463 0.0 0.0 4328 752 pts/6 S+ 18:50 0:00
/bin/sh -c cd /home/stark/src/llvm-build/lib/Support && /usr/bin/c++
-DGTEST_HAS_RTTI=0 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC
-fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter
-Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic
-Wno-long-long -Wno-maybe-uninitialized -Wnon-virtual-dtor
-Wno-comment -std=c++11 -ffunction-sections -fdata-sections -O3
-DNDEBUG -fPIC -I/h...
2015 Oct 13
2
Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.
Hi,
On Linux I observed
[root at localhost poolalloc]# find . -name *.a
./Release+Asserts/lib/LLVMDataStructure.a
./Release+Asserts/lib/poolalloc.a
./Release+Asserts/lib/AssistDS.a
./Release+Asserts/lib/libpoolalloc_fl_rt.a
./Release+Asserts/lib/libpoolalloc_rt.a
./Release+Asserts/lib/libpa_pre_rt.a
./Release+Asserts/lib/libcount.a
On cygwin I observed
kpawar at KPAWAR-LT
2015 Jul 07
2
[LLVMdev] between r241513 and r241594, clang 3.7.0svn now crashes building clang-tools-extra
...ld/stage2/lib/Target/ARM/CMakeFiles/LLVMARMCodeGen.dir/ARMISelLowering.cpp.o
-resource-dir /sw/src/fink.build/llvm37-3.7.0-1/build/stage1/bin/../lib/clang/3.7.0
-cxx-isystem /sw/src/fink.build/llvm37-3.7.0-1/llvm-3.7.0.src/../libcxx-3.7.0.src/include
-D GTEST_HAS_RTTI=0 -D __STDC_CONSTANT_MACROS -D __STDC_FORMAT_MACROS
-D __STDC_LIMIT_MACROS -D NDEBUG -I
/sw/src/fink.build/llvm37-3.7.0-1/build/stage2/lib/Target/ARM -I
/sw/src/fink.build/llvm37-3.7.0-1/llvm-3.7.0.src/lib/Target/ARM -I
/sw/src/fink.build/llvm37-3.7.0-1/build/stage2/include -I
/sw/src/fink.build/llvm37-3.7.0-1/llvm-3.7.0.src/include
-stdlib=libc++ -...
2012 Jul 10
2
[LLVMdev] Clang error compiling
....1 -dependency-file
/home/ryan/llvm/llvm_core/trunk/lib/Support/Release+Asserts/APFloat.d.tmp
-MP -MT
/home/ryan/llvm/llvm_core/trunk/lib/Support/Release+Asserts/APFloat.o -MT
/home/ryan/llvm/llvm_core/trunk/lib/Support/Release+Asserts/APFloat.d -D
_DEBUG -D _GNU_SOURCE -D __STDC_CONSTANT_MACROS -D __STDC_FORMAT_MACROS -D
__STDC_LIMIT_MACROS -I /home/ryan/llvm/llvm_core/trunk/include -I
/home/ryan/llvm/llvm_core/trunk/lib/Support -fmodule-cache-path
/var/tmp/clang-module-cache -internal-isystem
/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5/../../../../../include/c++/4.5
-internal-isystem
/usr/lib/x86_64-linu...
2013 Nov 24
2
[LLVMdev] Strange i386 cross build error.
...ase+Asserts/ARMAsmBackend.d.tmp
-MP -MT
/home/rich/test/llvm-build-i386-linux/lib/Target/ARM/MCTargetDesc/Release+Asserts/ARMAsmBackend.o
-MT
/home/rich/test/llvm-build-i386-linux/lib/Target/ARM/MCTargetDesc/Release+Asserts/ARMAsmBackend.d
-D _DEBUG -D _GNU_SOURCE -D __STDC_CONSTANT_MACROS -D
__STDC_FORMAT_MACROS -D __STDC_LIMIT_MACROS -D
ELLCC_ARG0="i386-ellcc-linux" -I
/home/rich/test/llvm-build-i386-linux/lib/Target/ARM/MCTargetDesc/.. -I
/home/rich/test/llvm/lib/Target/ARM/MCTargetDesc/.. -I
/home/rich/test/llvm-build-i386-linux/include -I
/home/rich/test/llvm-build-i386-linux/lib/Target/...
2016 Jul 31
2
[Release-testers] [3.9 Release] Release Candidate 1 has been tagged
...roblems with other architectures though (see below):
x86_64 succeeded, packages are here:
https://abf.openmandriva.org/build_lists/76792
i586 fails to build, but this seems to be an issue with 3.8.1 (which we're
using to build 3.9):
/usr/bin/clang++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Ilib/Support
-I../lib/Support -Iinclude -I../include -Os -pipe -Wformat
-Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector
--param=ssp-buffer-size=4 -fomit-frame-pointer -mtune=atom
-march=i586 -fasynchronous-unwind-tables -march=i686
-D_LARGEFILE_SOURCE=1 -D_LAR...
2020 Jan 15
2
lld does not build
...ssemble.c.o
[2981/3371] Building CXX object
tools/lld/COFF/CMakeFiles/lldCOFF.dir/Writer.cpp.o
FAILED: tools/lld/COFF/CMakeFiles/lldCOFF.dir/Writer.cpp.o
/opt/arm/arm-linux-compiler-20.0_Generic-AArch64_RHEL-7_aarch64-linux/bin/armclang++
-DGTEST_HAS_RTTI=0 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Itools/lld/COFF
-I/fefs/home/r1050/projects/llvm-project/lld/COFF
-I/fefs/home/r1050/projects/llvm-project/lld/include -Itools/lld/include
-I/usr/include/libxml2 -Iinclude
-I/fefs/home/r1050/projects/llvm-project/llvm/include -fPIC
-fvisibility-inlines-hidden -Werror=date-tim...
2016 Jul 29
12
[3.9 Release] Release Candidate 1 has been tagged
Dear testers,
3.9.0-rc1 was just tagged from the 3.9 branch at r277207.
This took a little longer than I'd hoped, but I think the branch is in
a decent state now.
There are still open merge requests and bugs, but I'd like to get the
real testing started to see where we're at.
Please build, test, and upload binaries to the sftp. Let me know how
it goes. I'll upload source, docs,
2015 Feb 12
4
[LLVMdev] Building clang on Raspberry Pi2
The raspberry Pi2 is an armv7a chip (Cortex-A7), the first stage builds
fine with the native g++ (if not a little slowly at 10+ hours), but it
crashes at some point with this command line:
Program arguments:
/home/ben/development/llvm/3.6.0/rc2/Phase2/Release/llvmCore-3.6.0-rc2.install/bin/clang
-cc1 -triple armv7-unknown-linux-gnueabihf -emit-obj -disable-free
-disable-llvm-verifier
2013 Nov 18
2
[LLVMdev] Debug Info Slowing Things Down?!
...vm/Debug+Asserts/LLVMTidyModule.d.tmp -MP -MT /Users/morbo/llvm/llvm.obj/tools/clang/tools/extra/clang-tidy/llvm/Debug+Asserts/LLVMTidyModule.o -MT /Users/morbo/llvm/llvm.obj/tools/clang/tools/extra/clang-tidy/llvm/Debug+Asserts/LLVMTidyModule.d -D _DEBUG -D _GNU_SOURCE -D __STDC_CONSTANT_MACROS -D __STDC_FORMAT_MACROS -D __STDC_LIMIT_MACROS -I /Users/morbo/llvm/llvm.obj/include -I /Users/morbo/llvm/llvm.obj/tools/clang/tools/extra/clang-tidy/llvm -I /Users/morbo/llvm/llvm.src/include -I /Users/morbo/llvm/llvm.src/tools/clang/tools/extra/clang-tidy/llvm -I /Users/morbo/llvm/llvm.src/tools/clang/tools/extra/clang-...