[PATCH] D89042: LLD/AMDGPU: Infer os abi based on input llvm bitcode
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 8 11:57:01 PDT 2020
MaskRay added inline comments.
================
Comment at: lld/test/ELF/lto/amdgcn-amdhsa.ll:1
+; REQUIRES: amdgpu
+; RUN: llvm-as %s -o %t.o
----------------
The three tests are mostly identical. `; RUN: split-file %s %t` may be a good fit to place the three tests in one file.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89042/new/
https://reviews.llvm.org/D89042
More information about the llvm-commits
mailing list