[all-commits] [llvm/llvm-project] c8905f: [Orc] Enable debug object tests only on x86_64 hosts
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Thu Sep 2 14:17:03 PDT 2021
Branch: refs/heads/release/13.x
Home: https://github.com/llvm/llvm-project
Commit: c8905f1bb304f1cfe297312ae0dda9946cb27594
https://github.com/llvm/llvm-project/commit/c8905f1bb304f1cfe297312ae0dda9946cb27594
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2021-09-02 (Thu, 02 Sep 2021)
Changed paths:
M llvm/test/ExecutionEngine/OrcLazy/debug-descriptor-elf-minimal.ll
M llvm/test/ExecutionEngine/OrcLazy/debug-objects-elf-minimal.ll
Log Message:
-----------
[Orc] Enable debug object tests only on x86_64 hosts
These tests rely on running IR code with an explicit x86_64 target triple. They won't work on other architectures. (They won't work for 32-bit processes on x86_64 hosts either. We will take care of this later.)
Differential Revision: https://reviews.llvm.org/D107640
(cherry picked from commit c5ab55f5331c9da3c352b61d10d2f8a470a08b5b)
More information about the All-commits
mailing list