[LLVMdev] Question about volatile variable in X86 backend (original) (raw)
Haishan hndxvon at 163.com
Thu Mar 27 06:29:58 PDT 2014
- Previous message: [LLVMdev] Building sanitizers for Android
- Next message: [LLVMdev] Question about volatile variable in X86 backend
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I am trying to run gcc.c-torture cases by using clang(version 3.4 realse,debug build). And my command line is showed following. clang fprintf-chk-1.c -O2 -c -o test.o gcc test.o -o test.elf
Then I execute this object. However it fail with abort. llvm doesn't support volatile variable? This test case is from gcc/testsuite/gcc.c-torture/execute/fprintf-chk-1.c
Any suggestion will be appreciated. Thanks a million in advance. -Haishan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140327/67d49cb4/attachment.html>
- Previous message: [LLVMdev] Building sanitizers for Android
- Next message: [LLVMdev] Question about volatile variable in X86 backend
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]