dougpuob updated this revision to Diff 291371.
dougpuob added a comment.
Fixed crash on Windows when run regression test (llvm-lit for
`readability-identifier-naming.cpp` file).
This is because over range parameter made ctor of std::string copying out of
range memory from source. The over range
mstorsjo added a comment.
Does the static lib built in this case include any dllexport attributes (that
can cause issues if linking it statically into another DLL)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87539/new/
https://reviews.llvm.org/
mstorsjo accepted this revision.
mstorsjo added a comment.
This revision is now accepted and ready to land.
This should be ok, I think.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87547/new/
https://reviews.llvm.org/D87547
__
Yup, unless you this breaks something, I'd really prefer to keep it.
On Sat, 12 Sep 2020, 03:24 David Blaikie, wrote:
> LLVM_DUMP_METHOD is meant to be used for annotating functions that might
> be useful to execute from a debugger to dump data structures, etc - so it's
> expected that they'd be
201 - 204 of 204 matches
Mail list logo