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