[all-commits] [llvm/llvm-project] 718a97: [M68k][NFC] Use OS and ABI agnostic triple in code...
Min-Yih Hsu via All-commits
all-commits at lists.llvm.org
Sun Oct 23 15:26:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 718a9793b4724b42ab411bb869623bb7e34c2e3d
https://github.com/llvm/llvm-project/commit/718a9793b4724b42ab411bb869623bb7e34c2e3d
Author: Min-Yih Hsu <minyihh at uci.edu>
Date: 2022-10-23 (Sun, 23 Oct 2022)
Changed paths:
M llvm/test/CodeGen/M68k/Alloc/dyn_alloca_aligned.ll
M llvm/test/CodeGen/M68k/Arith/umul-with-overflow.ll
M llvm/test/CodeGen/M68k/CodeModel/medium-pic.ll
M llvm/test/CodeGen/M68k/CodeModel/medium-pie-global-access.ll
M llvm/test/CodeGen/M68k/CodeModel/medium-pie.ll
M llvm/test/CodeGen/M68k/CodeModel/medium-static.ll
M llvm/test/CodeGen/M68k/CodeModel/small-pic.ll
M llvm/test/CodeGen/M68k/CodeModel/small-pie-global-access.ll
M llvm/test/CodeGen/M68k/CodeModel/small-pie.ll
M llvm/test/CodeGen/M68k/CodeModel/small-static.ll
M llvm/test/CodeGen/M68k/Control/cmp.ll
M llvm/test/CodeGen/M68k/PR57660.ll
M llvm/test/CodeGen/M68k/link-unlnk.ll
Log Message:
-----------
[M68k][NFC] Use OS and ABI agnostic triple in codegen tests
Use 'm68k' (i.e. m68k-unknown-unknown) in all codegen tests rather
than m68k-linux-gnu. NFC.
More information about the All-commits
mailing list