commit | 5e22a7fe2335161ab267867c8e1be481bf6c8300 | [log] [tgz] |
---|---|---|
author | Fangrui Song <i@maskray.me> | Wed Dec 14 08:24:22 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Dec 14 00:25:36 2022 -0800 |
tree | ea3fe6dbf575fce8f3db006da20e545b65af6e04 | |
parent | 09a1f53060bc601b5ee821d7ab52071eed096fda [diff] |
[libunwind] Use .irp directives. NFC The repeated instructions make the file long and difficult to read. Simplify them with .irp directives. Skip PowerPC since AIX assembler doesn't support .irp Reviewed By: #libunwind, compnerd Differential Revision: https://reviews.llvm.org/D139368 NOKEYCHECK=True GitOrigin-RevId: 356bbbbda9d00d734b8fbfc1492f584b25b4b6f0