[PATCH] D11933: Extending debug ranges
Vikram TV via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 11 10:27:37 PST 2015
tvvikram updated this revision to Diff 42538.
tvvikram added a comment.
I got to know that I had built and tested only for certain targets (sorry that I didn't realize about it earlier). I had to make a couple of minor fixes to make the patch work for all targets.
Just to clarify, I am using cmake+Ninja build with the the following command to configure cmake:
cmake -G Ninja -DCMAKE_BUILD_TYPE="Debug" -DLLVM_TARGETS_TO_BUILD="all" -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="WebAssembly" -DLLVM_BINUTILS_INCDIR=/usr/include -DBUILD_SHARED_LIBS=1 -DCMAKE_CXX_FLAGS=" -gdwarf-2 " /path/to/llvmsrc/
and got the following result with "ninja check":
[46/46] Running the LLVM regression tests
- Testing: 15343 tests, 8 threads --
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
Testing Time: 224.82s
Expected Passes : 15157
Expected Failures : 131
Unsupported Tests : 55
I got similar results with Release build too. Please let me know if the results look fine and if I need to run any more tests before committing.
http://reviews.llvm.org/D11933
Files:
include/llvm/CodeGen/Passes.h
include/llvm/InitializePasses.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGen.cpp
lib/CodeGen/LiveDebugValues.cpp
lib/CodeGen/Passes.cpp
test/DebugInfo/MIR/X86/lit.local.cfg
test/DebugInfo/MIR/X86/live-debug-values-3preds.mir
test/DebugInfo/MIR/X86/live-debug-values.mir
test/DebugInfo/MIR/lit.local.cfg
test/DebugInfo/X86/array.ll
test/DebugInfo/X86/fission-ranges.ll
test/DebugInfo/X86/pieces-3.ll
test/DebugInfo/live-debug-values.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11933.42538.patch
Type: text/x-patch
Size: 52547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151211/e689a6b4/attachment-0001.bin>
More information about the llvm-commits
mailing list