Skip to content

Commit 5e2b061

Browse files
author
Nuri Amari
committed
Move Clang distributed thin-lto CodeGen tests into their own directory
These tests all deal with distributed thin-lto, and while their names indicate this, it is easier to find them in a common directory.
1 parent 6c87ec4 commit 5e2b061

7 files changed

+1
-1
lines changed

clang/test/CodeGen/thinlto-distributed-backend-skip.ll renamed to clang/test/CodeGen/distributed-thin-lto/thinlto-distributed-backend-skip.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; RUN: opt -thinlto-bc -o %t.o %s
77

88
; RUN: %clang_cc1 -triple x86_64-grtev4-linux-gnu \
9-
; RUN: -fthinlto-index=%S/Inputs/thinlto-distributed-backend-skip.bc \
9+
; RUN: -fthinlto-index=%S/../Inputs/thinlto-distributed-backend-skip.bc \
1010
; RUN: -emit-llvm -o - -x ir %t.o | FileCheck %s
1111

1212
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"

0 commit comments

Comments
 (0)