search for: stringreftest

Displaying 6 results from an estimated 6 matches for "stringreftest".

2010 Oct 15
1
[LLVMdev] compiling rev. 116572 on you-know-what
...Stmt.cpp(1083) : warning C4805: '==' : unsafe mix of type 'const uint64_t' and type 'bool' in operation \llvm\unittests\Support\MathExtrasTest.cpp(76) : warning C4305: 'initializing' : truncation from 'double' to 'const float' \llvm\unittests\adt\stringreftest.cpp(21) : warning C4717: 'llvm::operator<<' : recursive on all control paths, function will cause runtime stack overflow -Jochen
2016 Nov 28
3
RFC: Constructing StringRefs at compile time
The fact that the templatized constructor falls down because of the possibility of initializing StringRef with a stack-allocated char array kills that idea in my mind. I feel like the only two reasonable solutions are 1) allow UDL for this case, document that this is an exception and that UDLs are still not permitted anywhere else, and require (by policy, since I don't know of a way to have
2012 Oct 24
0
[LLVMdev] Error building llvm on AIX 7.1
AIX 7.1 & Power5 I have downloaded the llvm source and ran the following steps: 1. ./configure --enable-targets=powerpc 2. gmake Apart from it, i had to make a few changes. i. dladdr code has been commented for the time being and using the default constructor code for that method ii. In Makefile.config, 2 changes were done. +153 # Linker flags. +154 LDFLAGS+=-Wl,-G,-bexpfull +211
2012 Oct 24
2
[LLVMdev] Error building llvm on AIX 7.1
.... Working overit .. llvm[2]: Compiling SmallVectorTest.cpp for Release+Asserts build llvm[2]: Compiling SparseBitVectorTest.cpp for Release+Asserts build llvm[2]: Compiling SparseSetTest.cpp for Release+Asserts build llvm[2]: Compiling StringMapTest.cpp for Release+Asserts build llvm[2]: Compiling StringRefTest.cpp for Release+Asserts build llvm[2]: Compiling TripleTest.cpp for Release+Asserts build llvm[2]: Compiling TwineTest.cpp for Release+Asserts build llvm[2]: Compiling VariadicFunctionTest.cpp for Release+Asserts build llvm[2]: Compiling ilistTest.cpp for Release+Asserts build gmake[2]: *** No rule...
2012 Oct 23
2
[LLVMdev] Error building llvm on AIX 7.1
On 10/23/2012 12:20 PM, Sunil Saggar wrote: > I was able to process further by making some code changes and replacing > export-dynamic with -bexpfull in Makefile.config. Now, i am getting > following error while linking .. > > llvm[3]: Linking Release+Asserts Loadable Module LLVMHello.so What exactly was the linking command? -Krzysztof -- Qualcomm Innovation Center, Inc. is a
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...neTest.cpp for Release+Asserts build llvm[3]: Compiling Cloning.cpp for Release+Asserts build llvm[2]: Compiling StringMapTest.cpp for Release+Asserts build llvm[2]: Compiling ValueTest.cpp for Release+Asserts build llvm[2]: Compiling CompressionTest.cpp for Release+Asserts build llvm[2]: Compiling StringRefTest.cpp for Release+Asserts build llvm[2]: Compiling ConvertUTFTest.cpp for Release+Asserts build llvm[3]: Compiling IntegerDivision.cpp for Release+Asserts build llvm[2]: Compiling VerifierTest.cpp for Release+Asserts build llvm[2]: Compiling WaymarkTest.cpp for Release+Asserts build llvm[2]: Compilin...