forked from OSchip/llvm-project
parent
c41cf2b422
commit
a2d5b4d68c
|
@ -5,5 +5,5 @@ TESTS := $(wildcard *.ll)
|
|||
|
||||
all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
|
||||
|
||||
Output/%.ll.out: %.ll Output/.dir $(LOPT)
|
||||
Output/%.ll.out: %.ll Output/.dir $(LLINK)
|
||||
-$(TESTRUNR) $<
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
; This file is used by testlink1.ll, so it doesn't actually do anything itself
|
||||
;
|
||||
; RUN: echo
|
||||
|
||||
%MyVar = global int 4
|
||||
%MyIntList = uninitialized global { \2 *, int }
|
||||
|
|
Loading…
Reference in New Issue