mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-12 13:38:21 +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:
@ -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
|
||||
|
Reference in New Issue
Block a user