Skip to content

Commit

Permalink
Added armcodegen to tranquil_codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
fjolnir committed Aug 8, 2015
1 parent 2694488 commit ac32605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -190,7 +190,7 @@ file :libtranquil => HEADERS_OUT + RUNTIME_O_FILES do |t|
end

file :libtranquil_codegen => [PARSER_OUTPATH] + CODEGEN_O_FILES do |t|
sh "#{CC} -install_name \"@rpath/#{CODEGENLIB}\" -dynamiclib -undefined suppress -flat_namespace -o #{BUILD_DIR}/#{CODEGENLIB} #{CODEGEN_O_FILES} `#{LLVMCONFIG} --libfiles core jit nativecodegen bitwriter ipo option` #{LLVM}/lib/libclang*.a -framework Foundation"
sh "#{CC} -install_name \"@rpath/#{CODEGENLIB}\" -dynamiclib -undefined suppress -flat_namespace -o #{BUILD_DIR}/#{CODEGENLIB} #{CODEGEN_O_FILES} `#{LLVMCONFIG} --libfiles core jit nativecodegen armcodegen bitwriter ipo option` #{LLVM}/lib/libclang*.a -framework Foundation"
sh "mkdir -p #{TRANQUIL}/lib"
sh "cp Build/#{CODEGENLIB} #{TRANQUIL}/lib"
end
Expand Down

0 comments on commit ac32605

Please sign in to comment.