Felipe de Azevedo Piovezan
Felipe de Azevedo Piovezan
> An invocation without the %FileCheck command was added to verify that the test does not crash. Just to double check, as the tests are ported, should we also remove...
This has come up recently again: https://reviews.llvm.org/D153869 I would like to see if we can build consensus towards this suggestion: > I'd actually say that simplified template names are the...
Piecing together the history of this, I believe I encountered the same issue but on a different context: When LLDB needs to evaluate an expression like `foo(42)` and `foo` is...
> The heuristic that `dsymutil` uses to determine the base name is probably pretty simple (strip everything after the first ` could be implemented/shared with LLVM's DWARF generation code so...
Posted a patch: https://reviews.llvm.org/D155723 > Which is already true, though, yeah? Oops, you're right! So many pieces going on that I forgot about the current behaviour. > is that a...
@swift-ci test
@aschwaighofer merged a variant of this: https://github.com/apple/swift/pull/66077
I'm very open to other ways of accomplishing this, in case anyone has suggestions
> You should probably also do the generic stuff on the llvm.org version, cherry-pick that and add your implementation so we don't end up with more diffs on the swift...
Sounds good, I will convert this to a draft while I propose the first commit of this PR upstream