|
|
| 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.