Skip to content

Instructions don't point out that Makefile is needed in object tree as well as source tree #1160

@llvmbot

Description

@llvmbot
Bugzilla Link 788
Resolution INVALID
Resolved on Mar 06, 2010 14:00
Version 1.3
OS Linux
Reporter LLVM Bugzilla Contributor

Extended Description

The instructions for writing the makefile says to place it the source tree at a
certain point. The next section says, to build the pass, just type 'gmake' in
the local directory. However, this doesn't work: if the source .cpp file is at
LLVM_SRC_ROOT/some_path/pass.cpp, then you need to copy the Makefile to
LLVM_OBJ_ROOT/some_path/Makefile, and type 'make' in that directory, not the
source directory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzilladocumentationinvalidResolved as invalid, i.e. not a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions