mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 17:56:53 +00:00
Move an input file to Inputs instead of using RUN: true.
llvm-svn: 220953
This commit is contained in:
parent
709c1327d3
commit
563de331d9
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user