mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Correct the file header to reflect the new "examples" home for the file.
llvm-svn: 16295
This commit is contained in:
parent
ab5442eccc
commit
2739d0d3f1
@ -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…
Reference in New Issue
Block a user