Displaying 4 results from an estimated 4 matches for "commandlinetest".
2011 Jul 23
2
[LLVMdev] Build of latest llvm gives warning and error
...ests/ExecutionEngine/ExecutionEngineTest.cpp:126:3:
warning: passing NULL to non-pointer argument 3 of 'static
testing::AssertionResult
testing::internal::EqHelper<true>::Compare(const char*, const char*,
const T1&, T2*) [with T1 = int, T2 = const llvm::GlobalValue]'"
3) CommandLineTest
"llvm[2]: Compiling CommandLineTest.cpp for Debug+Asserts build
C:/Programming/VersionControl/llvm/unittests/Support/CommandLineTest.cpp: In
constructor '<unnamed>::TempEnvVar::TempEnvVar(const char*, const char*)':
C:/Programming/VersionControl/llvm/unittests/Support/CommandLi...
2012 May 18
0
[LLVMdev] [RFC] llvm/include/Support/FileOutputBuffer.h
...+}
> +
> +
> +} // anonymous namespace
> Index: unittests/CMakeLists.txt
> ===================================================================
> --- unittests/CMakeLists.txt (revision 157010)
> +++ unittests/CMakeLists.txt (working copy)
> @@ -165,6 +165,7 @@
> Support/CommandLineTest.cpp
> Support/ConstantRangeTest.cpp
> Support/EndianTest.cpp
> + Support/FileOutputBufferTest.cpp
> Support/LeakDetectorTest.cpp
> Support/MathExtrasTest.cpp
> Support/Path.cpp
> Index: lib/Support/Unix/PathV2.inc
> ===========================================...
2012 May 17
3
[LLVMdev] [RFC] llvm/include/Support/FileOutputBuffer.h
I now have an implementation of FileOutputBuffer (OutputBuffer was already taken). The patch supports the functionality listed below and I've tested that it works for lld.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FileOutputBuffer.patch
Type: application/octet-stream
Size: 25308 bytes
Desc: not available
URL:
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...ithout symbols)
make[3]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/Transforms/IPO'
make[3]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/Transforms/Utils'
llvm[3]: Compiling ASanStackFrameLayoutTest.cpp for Release+Asserts build
llvm[2]: Compiling CommandLineTest.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 String...