From d28111c6524146bbc754889af014e3420d536a43 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh <aquynh@gmail.com> Date: Thu, 28 Apr 2016 21:10:10 +0800 Subject: [PATCH] fix docs/beyond_llvm.md --- docs/beyond_llvm.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/beyond_llvm.md b/docs/beyond_llvm.md index fd94406..27a88cc 100644 --- a/docs/beyond_llvm.md +++ b/docs/beyond_llvm.md @@ -1,8 +1,3 @@ ---- -layout: default -title: Keystone & LLVM ---- - ## Keystone & LLVM Keystone engine is based on the [MC component](http://blog.llvm.org/2010/04/intro-to-llvm-mc-project.html) of the LLVM compiler infrastructure, which among many stuffs has an assembler engine inside. LLVM even has a tool named *llvm-mc* that can be used to compile input string of assembly instructions. -- GitLab