diff options
author | Min-Yih Hsu <min.hsu@sifive.com> | 2024-01-08 11:04:00 -0800 |
---|---|---|
committer | Min-Yih Hsu <min.hsu@sifive.com> | 2024-01-08 11:05:38 -0800 |
commit | 23e03a85dc665c784c8b77d429f0f0e2e6d0c2fe (patch) | |
tree | b9cf68d3bc5f2fd3fbedbcf7aa3cbe77024d2819 /bolt | |
parent | f4bc70e886f2eb1b646d84871b93897db749c826 (diff) | |
download | llvm-23e03a85dc665c784c8b77d429f0f0e2e6d0c2fe.zip llvm-23e03a85dc665c784c8b77d429f0f0e2e6d0c2fe.tar.gz llvm-23e03a85dc665c784c8b77d429f0f0e2e6d0c2fe.tar.bz2 |
[BOLT] Update test case after #77253
PR #77253 removed the '@plt' suffix from callee symbols. Update
RISCV/relax.s accordingly.
Diffstat (limited to 'bolt')
-rw-r--r-- | bolt/test/RISCV/relax.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt/test/RISCV/relax.s b/bolt/test/RISCV/relax.s index bf9287e1..ec390ea 100644 --- a/bolt/test/RISCV/relax.s +++ b/bolt/test/RISCV/relax.s @@ -6,7 +6,7 @@ // CHECK: Binary Function "_start" after building cfg { // CHECK: jal ra, near_f -// CHECK-NEXT: auipc ra, far_f@plt +// CHECK-NEXT: auipc ra, far_f // CHECK-NEXT: jalr ra, 0xc(ra) // CHECK-NEXT: j near_f |