]> granicus.if.org Git - llvm/commitdiff
Move an input file to Inputs instead of using RUN: true.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 31 Oct 2014 05:54:15 +0000 (05:54 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 31 Oct 2014 05:54:15 +0000 (05:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220953 91177308-0d34-0410-b5e6-96231b3b80d8

test/Linker/Inputs/visibility.ll [moved from test/Linker/visibility2.ll with 80% similarity]
test/Linker/visibility.ll [moved from test/Linker/visibility1.ll with 77% similarity]

similarity index 80%
rename from test/Linker/visibility2.ll
rename to test/Linker/Inputs/visibility.ll
index 4fabf6f8d12360363d47ec5239896982c5f8f507..f5b2065b85fb0ee5752565a47274b6b384b90440 100644 (file)
@@ -1,7 +1,3 @@
-; This file is used by visibility1.ll, so it doesn't actually do anything itself
-;
-; RUN: true
-
 ; Variables
 @v1 = weak hidden global i32 0
 @v2 = weak protected global i32 0
similarity index 77%
rename from test/Linker/visibility1.ll
rename to test/Linker/visibility.ll
index 131f6d59b5e6dde07aea2972de607c6e657a5340..fc950fa1d89bee3a2d4b12a9eaea56222f63b8bf 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-link %s %p/visibility2.ll -S | FileCheck %s
-; RUN: llvm-link %p/visibility2.ll %s -S | FileCheck %s
+; RUN: llvm-link %s %p/Inputs/visibility.ll -S | FileCheck %s
+; RUN: llvm-link %p/Inputs/visibility.ll %s -S | FileCheck %s
 
-; The values in this file are strong, the ones in visibility2.ll are weak,
+; The values in this file are strong, the ones in Inputs/visibility.ll are weak,
 ; but we should still get the visibility from them.
 
 ; Variables