- one test case is due to llvm.org/pr16229 - other test case uses a Linux workaround for above by using os.fork() instead of subprocess module Patch by Andy Kaylor! llvm-svn: 183340
5 lines
75 B
Makefile
5 lines
75 B
Makefile
LEVEL = ../../../make
|
|
|
|
C_SOURCES := main.c
|
|
include $(LEVEL)/Makefile.rules
|