1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[LTO] Move tests from test/tools to test/LTO, as they're testing the API functionalities (NFC)

llvm-svn: 281539
This commit is contained in:
Mehdi Amini 2016-09-14 21:07:32 +00:00
parent 5f7f123920
commit 98fb4f60ef
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
; RUN: llvm-as < %s > %t1.bc
; RUN: llvm-as < %p/Inputs/common.ll > %t2.bc
; RUN: llvm-as < %p/Inputs/common2.ll > %t2.bc
; Test that the common merging (size + alignment) is properly handled