[PATCH] D149058: [BPF][DebugInfo] Use .BPF.ext for line info when DWARF is not available

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 12:39:22 PDT 2023


MaskRay added a comment.

In D149058#4494363 <https://reviews.llvm.org/D149058#4494363>, @nickdesaulniers wrote:

> In D149058#4494358 <https://reviews.llvm.org/D149058#4494358>, @nickdesaulniers wrote:
>
>> Seems to be causing a build breakage. @eddyz87 PTAL and revert if you can't fix forward quickly.
>> https://lab.llvm.org/buildbot/#/builders/231/builds/13875
>
> Specifically, it seems that the tests fail for big endian architectures.

8130166b92d513acabec3962cd91baa54b5f095a <https://reviews.llvm.org/rG8130166b92d513acabec3962cd91baa54b5f095a> should hopefully fix the unittest for big-endian targets.
The big-endian functionality is correct, though, just the unittest needs more care.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149058/new/

https://reviews.llvm.org/D149058



More information about the llvm-commits mailing list