xiaoyaollvm
2014-Apr-19 11:21 UTC
[LLVMdev] which parameter is to remove the nounwind readnone when use the clang to produce the .bc files
Hi,all: I just use the clang to produce the .bc files, but by the .ll files converted by the .bc files. I found that there some keywords " nounwind readnone" in the .ll files, Is there some parameters that I can use to remove them when use the clang? Thanks, yaoxiao -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140419/6b92b11b/attachment.html>
xiaoyong liu
2014-Apr-19 18:21 UTC
[LLVMdev] which parameter is to remove the nounwind readnone when use the clang to produce the .bc files
Try generate .bc with -O0 Date: Sat, 19 Apr 2014 19:21:34 +0800 From: xiaoyaollvm at 126.com To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] which parameter is to remove the nounwind readnone when use the clang to produce the .bc files Hi,all: I just use the clang to produce the .bc files, but by the .ll files converted by the .bc files. I found that there some keywords " nounwind readnone" in the .ll files, Is there some parameters that I can use to remove them when use the clang? Thanks, yaoxiao _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140419/3d7f57f9/attachment.html>