diff options
-rw-r--r-- | llvm/projects/sample/Makefile.common | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/projects/sample/Makefile.common b/llvm/projects/sample/Makefile.common index 7aa0ef9f0d7..9b34d875272 100644 --- a/llvm/projects/sample/Makefile.common +++ b/llvm/projects/sample/Makefile.common @@ -4,12 +4,6 @@ LLVM_SRC_ROOT = $(LEVEL)/../.. # -# Set this variable to the top level directory where LLVM was built -# (this is *not* the same as OBJ_ROOT as defined in LLVM's Makefile.config). -# -#LLVM_OBJ_ROOT = $(LEVEL)/../.. - -# # Include LLVM's Master Makefile. # include $(LLVM_SRC_ROOT)/Makefile.common |