[PATCH] D99572: [AArch64] [COFF] Properly produce cross-section relative relocations

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 5 05:18:00 PDT 2021


thakis added a comment.

Sounds like the commit that turned this on by default broke Edge on win/arm64: https://bugs.chromium.org/p/chromium/issues/detail?id=1204788

I'm guessing we'll get a standalone repro for that in time, but to save others time tracking down the bug from the enablement, maybe you want to undo it for now?

(Not this change here, but https://github.com/llvm/llvm-project/commit/57b259a852a6383880f5d0875d848420bb3c2945 )


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99572



More information about the llvm-commits mailing list