[all-commits] [llvm/llvm-project] 8bc368: [llvm-jitlink] Scan input files for first object t...
lhames via All-commits
all-commits at lists.llvm.org
Fri Mar 19 19:24:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8bc3685883cf735746d2cc1f232922a643b93c9a
https://github.com/llvm/llvm-project/commit/8bc3685883cf735746d2cc1f232922a643b93c9a
Author: Lang Hames <lhames at gmail.com>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
[llvm-jitlink] Scan input files for first object to determine triple.
The previous logic would crash if the first input file was an archive rather
than an object.
More information about the All-commits
mailing list