mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-25 12:49:50 +00:00
Actually use the correct variable name for building bytecode files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17374 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e1907865b8
commit
8676b7eed0
@ -741,11 +741,11 @@ endif
|
||||
|
||||
$(ObjDir)/%.bc: %.cpp $(ObjDir)/.dir
|
||||
$(Echo) "Compiling $*.cpp (bytecode)"
|
||||
$(BCCompileCPP) $< -o $@
|
||||
$(BCCompile.CXX) $< -o $@
|
||||
|
||||
$(ObjDir)/%.bc: %.c $(ObjDir)/.dir
|
||||
$(Echo) "Compiling $*.c (bytecode)"
|
||||
$(BCCompileC) $< -o $@
|
||||
$(BCCompile.C) $< -o $@
|
||||
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user