<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:\5B8B\4F53;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
        {font-family:"\@\5B8B\4F53";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:\5B8B\4F53;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML \9884\8BBE\683C\5F0F Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:\5B8B\4F53;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.HTMLChar
        {mso-style-name:"HTML \9884\8BBE\683C\5F0F Char";
        mso-style-priority:99;
        mso-style-link:"HTML \9884\8BBE\683C\5F0F";
        font-family:\5B8B\4F53;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
/* Page Definitions */
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=ZH-CN link="#0563C1" vlink="#954F72" style='text-justify-trim:punctuation'><div class=WordSection1><p class=MsoNormal><span lang=EN-US style='font-size:10.5pt;font-family:"Arial","sans-serif";color:black'>Dear Sir,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.5pt;font-family:"Arial","sans-serif";color:black'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.5pt;font-family:"Arial","sans-serif";color:black'>I want to use alf front end by compiling ALF-LLVM (<a href="https://github.com/visq/ALF-llvm).">https://github.com/visq/ALF-llvm).</a> <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.5pt;font-family:"Arial","sans-serif";color:black'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.5pt;font-family:"Arial","sans-serif";color:black'>I met a problem when I tried to install ALF-LLVM based on instructions:<o:p></o:p></span></p><pre style='margin-bottom:12.0pt;background:#F7F7F7;box-sizing: border-box;border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;word-wrap: normal;overflow:auto'><span lang=EN-US style='font-family:Consolas;color:#333333'># clone ALF-llvm<o:p></o:p></span></pre><pre style='margin-bottom:12.0pt;background:#F7F7F7'><span lang=EN-US style='font-family:Consolas;color:#333333'>git clone <a href="https://github.com/visq/ALF-llvm.git">https://github.com/visq/ALF-llvm.git</a><o:p></o:p></span></pre><pre style='margin-bottom:12.0pt;background:#F7F7F7'><span lang=EN-US style='font-family:Consolas;color:#333333'>pushd ALF-llvm/tools<o:p></o:p></span></pre><pre style='margin-bottom:12.0pt;background:#F7F7F7'><span lang=EN-US style='font-family:Consolas;color:#333333'><o:p> </o:p></span></pre><pre style='margin-bottom:12.0pt;background:#F7F7F7'><span lang=EN-US style='font-family:Consolas;color:#333333'># [ALF-llvm/tools/] clone clang (C/C++ frontend)<o:p></o:p></span></pre><pre style='margin-bottom:12.0pt;background:#F7F7F7'><span lang=EN-US style='font-family:Consolas;color:#333333'>git clone <a href="http://llvm.org/git/clang.git">http://llvm.org/git/clang.git</a><o:p></o:p></span></pre><pre style='margin-bottom:12.0pt;background:#F7F7F7'><span lang=EN-US style='font-family:Consolas;color:#333333'>cd clang<o:p></o:p></span></pre><pre style='margin-bottom:12.0pt;background:#F7F7F7'><span lang=EN-US style='font-family:Consolas;color:#333333'><o:p> </o:p></span></pre><pre style='margin-bottom:12.0pt;background:#F7F7F7'><span lang=EN-US style='font-family:Consolas;color:#333333'># [ALF-llvm/tools/clang/] synchronize with the llvm version (currently: release 3.2)<o:p></o:p></span></pre><pre style='margin-bottom:12.0pt;background:#F7F7F7'><span lang=EN-US style='font-family:Consolas;color:#333333'>git checkout remotes/origin/release_32 -b release_32<o:p></o:p></span></pre><pre style='margin-bottom:12.0pt;background:#F7F7F7'><span lang=EN-US style='font-family:Consolas;color:#333333'>popd<o:p></o:p></span></pre><p class=MsoNormal><span lang=EN-US style='font-size:10.5pt;font-family:"Arial","sans-serif";color:black'>After executing "git checkout remotes/origin/release_32 -b release_32",  I got follows as:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.5pt;font-family:"Arial","sans-serif";color:black'><o:p> </o:p></span></p><pre style='margin-bottom:12.0pt;background:#F7F7F7;box-sizing: border-box;border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;word-wrap: normal;overflow:auto'><span lang=EN-US style='font-family:Consolas;color:#333333'>Branch release_32 set up to track remote branch release_32 from origin.<o:p></o:p></span></pre><pre style='margin-bottom:12.0pt;background:#F7F7F7'><span lang=EN-US style='font-family:Consolas;color:#333333'>Switched to a new branch 'release_32'<o:p></o:p></span></pre><p class=MsoNormal><span lang=EN-US style='font-size:10.5pt;font-family:"Arial","sans-serif";color:black'>I guess it is because the current version of LLVM is 3.5. How to solve this? I'm looking forward your reply.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.5pt;font-family:"Arial","sans-serif";color:black'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.5pt;font-family:"Arial","sans-serif";color:black'>Best regards,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.5pt;font-family:"Arial","sans-serif";color:black'>Chao<o:p></o:p></span></p><p class=MsoNormal style='margin-bottom:12.0pt'><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:10.5pt;font-family:"Calibri","sans-serif"'><o:p> </o:p></span></p></div></body></html>