mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-29 14:42:01 +00:00
Convert to standard file header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28663 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
41655cd0ce
commit
584073a8cf
@ -1,14 +1,19 @@
|
||||
#!@PERL@
|
||||
##===- tools/llvm-config ---------------------------------------*- perl -*-===##
|
||||
#
|
||||
# The LLVM Compiler Infrastructure
|
||||
#
|
||||
# Program: llvm-config
|
||||
# This file was developed by Eric Kidd and is distributed under
|
||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
#
|
||||
# Synopsis: Prints out compiler options needed to build against an installed
|
||||
# copy of LLVM.
|
||||
#
|
||||
# Syntax: llvm-config OPTIONS... [COMPONENTS...]
|
||||
#
|
||||
# This file was written by Eric Kidd, and is placed into the public domain.
|
||||
#
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
||||
use 5.006;
|
||||
use strict;
|
||||
|
Loading…
x
Reference in New Issue
Block a user