forked from OSchip/llvm-project
[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:
parent
ad709bcfb0
commit
506a91c089
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue