[all-commits] [llvm/llvm-project] da4899: [llvm-dwp] Automatically set the target triple
Philip Pfaffe via All-commits
all-commits at lists.llvm.org
Mon Jan 25 03:04:34 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: da489946a9d8385826defa91441c7e8e6e1ee8e4
https://github.com/llvm/llvm-project/commit/da489946a9d8385826defa91441c7e8e6e1ee8e4
Author: Philip Pfaffe <pfaffe at google.com>
Date: 2021-01-25 (Mon, 25 Jan 2021)
Changed paths:
A llvm/test/tools/llvm-dwp/WebAssembly/lit.local.cfg
A llvm/test/tools/llvm-dwp/WebAssembly/simple_dwo.s
M llvm/tools/llvm-dwp/llvm-dwp.cpp
Log Message:
-----------
[llvm-dwp] Automatically set the target triple
The llvm-dwp tool hard-codes the target triple to x86. Instead, deduce the
target triple from the object files being read.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D93749
More information about the All-commits
mailing list