1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Compile the transforms directory

llvm-svn: 776
This commit is contained in:
Chris Lattner 2001-10-13 07:04:00 +00:00
parent 9d7255f19c
commit d6bf618e62

View File

@ -1,5 +1,5 @@
LEVEL = ..
DIRS = VMCore Analysis Assembly Bytecode Optimizations Support CodeGen Target
DIRS = VMCore Analysis Transforms Assembly Bytecode Optimizations Support CodeGen Target
include $(LEVEL)/Makefile.common