[all-commits] [llvm/llvm-project] d86a93: [Orc][examples] Drop target triple from input for ...
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Fri Dec 8 13:10:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d86a93782f4ea476b7fa6751f849fb4ada3df852
https://github.com/llvm/llvm-project/commit/d86a93782f4ea476b7fa6751f849fb4ada3df852
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/LLJITWithRemoteDebugging.cpp
M llvm/test/Examples/OrcV2Examples/Inputs/argc_sub1_elf.ll
Log Message:
-----------
[Orc][examples] Drop target triple from input for remote debugging test (#74831)
https://github.com/llvm/llvm-project/pull/74764 reported that the
`lljit-with-remote-debugging` test fails on AArch64 hosts, because the
input IR file states arch x86_64 explicitly. In order to drop the target
triple we have to remove a check in the example implementation.
Not sure it's fully portable now, but at least it's better than before.
More information about the All-commits
mailing list