[llvm] [BOLT] Move X86-specific test to X86 subdirectory (PR #68992)

Job Noorman via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 13 07:17:55 PDT 2023


https://github.com/mtvec created https://github.com/llvm/llvm-project/pull/68992

It only works when the X86 target is available.

>From 6594022d088644ecc1b0ea3704e562b8dbafa61a Mon Sep 17 00:00:00 2001
From: Job Noorman <jnoorman at igalia.com>
Date: Fri, 13 Oct 2023 16:16:08 +0200
Subject: [PATCH] [BOLT] Move X86-specific test to X86 subdirectory

It only works when the X86 target is available.
---
 bolt/test/{ => X86}/checkvma-large-section.test | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename bolt/test/{ => X86}/checkvma-large-section.test (100%)

diff --git a/bolt/test/checkvma-large-section.test b/bolt/test/X86/checkvma-large-section.test
similarity index 100%
rename from bolt/test/checkvma-large-section.test
rename to bolt/test/X86/checkvma-large-section.test



More information about the llvm-commits mailing list