mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 05:00:39 +00:00
Add support for using the prcontext python script instead of grep -C.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15426 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
21eccb6563
commit
955a742569
@ -51,7 +51,8 @@ CONTEXT= -c "srcroot=$(LLVM_SRC_ROOT)" \
|
||||
-c "cxx=$(CXX)" \
|
||||
-c "llvmgcc=$(LLVMGCC)" \
|
||||
-c "llvmgxx=$(LLVMGXX)" \
|
||||
-c "make=$(MAKE)"
|
||||
-c "make=$(MAKE)" \
|
||||
-c "python=$(PYTHON)"
|
||||
|
||||
#
|
||||
# Location of the QMTest program.
|
||||
|
Loading…
Reference in New Issue
Block a user