[all-commits] [llvm/llvm-project] 59437c: [M68k] Fix empty builtin va_list kind
Min-Yih Hsu via All-commits
all-commits at lists.llvm.org
Fri Apr 16 11:10:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59437cb7d7c30054f0e77b2369c0aeffed3ccb14
https://github.com/llvm/llvm-project/commit/59437cb7d7c30054f0e77b2369c0aeffed3ccb14
Author: Min-Yih Hsu <minyihh at uci.edu>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
M clang/lib/Basic/Targets/M68k.cpp
Log Message:
-----------
[M68k] Fix empty builtin va_list kind
Clang _requires_ every target to provide a va_list kind so we shouldn't
put a llvm_unreachable there. Using `VoidPtrBuiltinVaList` because m68k
doesn't have any special ABI for variadic args.
More information about the All-commits
mailing list