diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Makefile b/llvm/lib/Makefile index 3ec77717007..8d8ce170d42 100644 --- a/llvm/lib/Makefile +++ b/llvm/lib/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = VMCore Analysis Transforms Assembly Bytecode Support CodeGen Target +DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target include $(LEVEL)/Makefile.common |