mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 06:04:47 +00:00
dd8376ca78
llvm-svn: 27738
14 lines
452 B
Makefile
14 lines
452 B
Makefile
##===- utils/PerfectShuffle/Makefile -----------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file was developed by Chris Lattner and is distributed under
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../..
|
|
TOOLNAME = llvm-PerfectShuffle
|
|
include $(LEVEL)/Makefile.common
|
|
|