Details
Details
- Reviewers
ruiu tstellar grimar • espindola - Commits
- rZORG241b5b59edaf: [AMDGPU][test] Define local symbols used in amdgpu-relocs.s
rZORG0750e866bd86: [AMDGPU][test] Define local symbols used in amdgpu-relocs.s
rG241b5b59edaf: [AMDGPU][test] Define local symbols used in amdgpu-relocs.s
rG0750e866bd86: [AMDGPU][test] Define local symbols used in amdgpu-relocs.s
rG12fb52007bea: [AMDGPU][test] Define local symbols used in amdgpu-relocs.s
rL360046: [AMDGPU][test] Define local symbols used in amdgpu-relocs.s
rLLD360046: [AMDGPU][test] Define local symbols used in amdgpu-relocs.s
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
- Build Status
Buildable 31451 Build 31450: arc lint + arc unit
Event Timeline
Comment Actions
This attempts to make the test more "genuine": compilers don't create local undefined symbols.
test/ELF/amdgpu-relocs.s | ||
---|---|---|
117–120 | Do you need -DAG? I would expect strict order for these symbols I think. |
test/ELF/amdgpu-relocs.s | ||
---|---|---|
117–120 | By default, "the output shall be sorted alphabetically by symbol name" (POSIX behavior). I just deleted -DAG |
Do you need -DAG? I would expect strict order for these symbols I think.