mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +00:00
Don't print out the install command for Intrinsics.gen unless VERBOSE mode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27696 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3824e50b1e
commit
e25fdafef9
@ -28,4 +28,5 @@ $(GENFILE): $(INTRINSICTDS) $(TBLGEN)
|
||||
$(Verb) $(TableGen) $(INTRINSICTD) -o $@ -gen-intrinsic
|
||||
|
||||
install-local:: $(GENFILE)
|
||||
$(DataInstall) $(GENFILE) $(PROJ_includedir)/llvm/Intrinsics.gen
|
||||
$(Echo) Installing $(PROJ_includedir)/llvm/Intrinsics.gen
|
||||
$(Verb) $(DataInstall) $(GENFILE) $(PROJ_includedir)/llvm/Intrinsics.gen
|
||||
|
Loading…
x
Reference in New Issue
Block a user