hello sir,<br>  i compiled simple c program for printing hello world using clang front end it generates  .s file successfully but while generating bit code it is showing error a<span class="gI"><span></span></span>s<br><br>
<br>llvm-as: test.s:5:17: error: expected 'global' or 'constant'<br>@.str = private unnamed_addr constant [12 x i8] c"hello world\00"<br><br>how to fix this error?<br><br>the .s file is  in assembly language(not understandable) to rectify the error.please help me to rectify it. <br>