mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-01 10:02:42 +00:00
Correct the file header to reflect the new "examples" home for the file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16295 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
714470716f
commit
66e7cd0eea
@ -1,4 +1,4 @@
|
||||
##===- projects/Fibonacci/Makefile -------------------------*- Makefile -*-===##
|
||||
##===- examples/Fibonacci/Makefile -------------------------*- Makefile -*-===##
|
||||
#
|
||||
# The LLVM Compiler Infrastructure
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===--- fibonacci.cpp - An example use of the JIT ----------------------===//
|
||||
//===--- examples/Fibonacci/fibonacci.cpp - An example use of the JIT -----===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===--- HowToUseJIT.cpp - An example use of the JIT ----------------------===//
|
||||
//===-- examples/HowToUseJIT/HowToUseJIT.cpp - An example use of the JIT --===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
##===- projects/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
|
||||
##===- examples/HowToUseJIT/Makefile -----------------------*- Makefile -*-===##
|
||||
#
|
||||
# The LLVM Compiler Infrastructure
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
##===- examples/ModuleMaker --------------------------------*- Makefile -*-===##
|
||||
##===- examples/ModuleMaker/Makefile -----------------------*- Makefile -*-===##
|
||||
#
|
||||
# The LLVM Compiler Infrastructure
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===- ModuleMaker.cpp - Example project which creates modules --*- C++ -*-===//
|
||||
//===- examples/ModuleMaker/ModuleMaker.cpp - Example project ---*- C++ -*-===//
|
||||
//
|
||||
// This programs is a simple example that creates an LLVM module "from scratch",
|
||||
// emitting it as a bytecode file to standard out. This is just to show how
|
||||
|
Loading…
x
Reference in New Issue
Block a user