[PATCH] [prototype] Adding line table debug information to LLVM on Windows

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Dec 20 12:16:46 PST 2013


On 20 December 2013 15:12, dblaikie at gmail.com <dblaikie at gmail.com> wrote:
> If both of those aren't valid strings in the domain you're using this map
> for, sure. (pedantry: StringRef("", 1) would suffice, since StringRef's
> don't need to be null terminated :))

The problem is that this is being added to llvm/ADT/DenseMapInfo.h, so
the domain is "all uses".

Cheers,
Rafael



More information about the llvm-commits mailing list