[BOLT] Move some of the tests to common directory

Some of the tests are not x86-specific, move them to common directory.

Differential Revision: https://reviews.llvm.org/D121261
This commit is contained in:
Vladislav Khmelevsky 2022-03-09 02:16:13 +03:00
parent ad709bcfb0
commit 506a91c089
11 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# REQUIRES: system-linux
# RUN: %clang %cflags -O1 -g %p/Inputs/icf-jump-tables.c -o %t.exe -Wl,-q
# RUN: %clang %cflags -O1 -g %p/../Inputs/icf-jump-tables.c -o %t.exe -Wl,-q
# RUN: llvm-bolt %t.exe -icf -o %t.bolt |& FileCheck %s
## Check that BOLT successfully folded a function with jump table: