[PATCH] D119278: [LLD] Fix issue in HIP toolchain due to unspecified order of evaluation of the function object
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 8 15:38:26 PST 2022
MaskRay added inline comments.
================
Comment at: lld/test/ELF/amdgpu-duplicate-sym.s:9
+ .amdgcn_target "amdgcn-amd-amdhsa--gfx1031"
+ .p2alignl 6, 3214868480
+ .fill 48, 4, 3214868480
----------------
Remove unneeded directives like `.p2alignl`, `.fill`, `.size`
================
Comment at: lld/test/ELF/amdgpu-duplicate-sym.s:20
+
+ .ident "clang version 14.0.0 (git at github.amd.com:Compute-Mirrors/llvm-project.git ce53ba9aaee8d053604883d5befaf07bad60ba84)"
+ .section ".note.GNU-stack"
----------------
remove
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119278/new/
https://reviews.llvm.org/D119278
More information about the llvm-commits
mailing list