From d4a469ddf9715d1a79658e97282c1a1db2b186e2 Mon Sep 17 00:00:00 2001 From: triton Date: Thu, 21 Feb 2013 22:21:08 +0000 Subject: [PATCH] Link with LLVM's BitReader and BitWriter libraries since the new revision requires it. --- src/Parser/Parser.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Parser/Parser.lua b/src/Parser/Parser.lua index c2a6e132..5ec06e14 100644 --- a/src/Parser/Parser.lua +++ b/src/Parser/Parser.lua @@ -59,6 +59,8 @@ project "Parser" { "LLVMSupport", "LLVMAsmParser", + "LLVMBitReader", + "LLVMBitWriter", "LLVMMC", "LLVMMCParser", "LLVMX86AsmParser",