mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
Merged RELEASE_1.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9533 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9774595f52
commit
d184c67b52
@ -1,4 +1,5 @@
|
||||
; RUN: export PATH=/usr/bin:/bin/:${PATH}
|
||||
; RUN: PATH=/usr/bin:/bin/:${PATH}
|
||||
; RUN: export PATH
|
||||
; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg
|
||||
|
||||
%.LC0 = internal global [13 x sbyte] c"Hello World\0A\00"
|
||||
|
@ -1,12 +1,17 @@
|
||||
LEVEL = ..
|
||||
DIRS = Programs
|
||||
include Makefile.tests
|
||||
|
||||
#
|
||||
# Make QMTest the default for testing features and regressions
|
||||
# Do this first to force QMTest to run first
|
||||
#
|
||||
all:: qmtest
|
||||
|
||||
#
|
||||
# Include other test rules
|
||||
#
|
||||
include Makefile.tests
|
||||
|
||||
#
|
||||
# New QMTest functionality:
|
||||
# The test suite is being transitioned over to QMTest. Eventually, it
|
||||
|
Loading…
Reference in New Issue
Block a user