[all-commits] [llvm/llvm-project] c5ab55: [Orc] Enable debug object tests only on x86_64 hosts
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Wed Aug 11 03:10:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c5ab55f5331c9da3c352b61d10d2f8a470a08b5b
https://github.com/llvm/llvm-project/commit/c5ab55f5331c9da3c352b61d10d2f8a470a08b5b
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2021-08-11 (Wed, 11 Aug 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
More information about the All-commits
mailing list