Displaying 2 results from an estimated 2 matches for "valuemaptest".
2015 Apr 04
3
[LLVMdev] LLVM_ENABLE_THREADING=ON by default in Windows, is this right?
...les themselves or LLVM-generated code - but it seems to be on by
default on the Windows CMake build (I'm building LLVM+Clang at trunk head
using CMake/Visual Studio 2013 Win64).
But 3 unit tests in IR, which are compiled only if define
LLVM_ENABLE_THREADS is set, fail if LLVM_ENABLE_THEADS=ON:
ValueMapTest/{0,1,2}.LocksMutex.
Should LLVM_ENABLE_THREADS be OFF for the Windows Visual Studio builds? Or
something else? Should something about this switch be documented at the
"Building LLVM With CMake" page, e.g., here
http://llvm.org/docs/CMake.html#llvm-specific-variables ?
Thanks -- David...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...+Asserts build
llvm[3]: Compiling LowerBitSets.cpp for Release+Asserts build
llvm[2]: Compiling BlockFrequencyTest.cpp for Release+Asserts build
llvm[3]: Linking Release+Asserts unit test IPO (without symbols)
llvm[2]: Compiling BranchProbabilityTest.cpp for Release+Asserts build
llvm[2]: Compiling ValueMapTest.cpp for Release+Asserts build
llvm[2]: Compiling SparseMultiSetTest.cpp for Release+Asserts build
llvm[2]: Compiling Casting.cpp for Release+Asserts build
llvm[2]: Compiling SparseSetTest.cpp for Release+Asserts build
llvm[3]: ======= Finished Linking Release+Asserts Unit test IPO (without symbols)...