[LLVMbugs] [Bug 22714] New: Linux/open_memstream.cc is compiled with -m64 on 32-bit Linux

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Feb 26 11:12:26 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22714

            Bug ID: 22714
           Summary: Linux/open_memstream.cc is compiled with -m64 on
                    32-bit Linux
           Product: compiler-rt
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: hjl.tools at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

On 32-bit Linux, Linux/open_memstream.cc is compiled with -m64:

In file included from
/export/gnu/import/git/llvm-x32/projects/compiler-rt/test/sanitizer_common/TestCases/Linux/open_memstream.cc:4:
In file included from /usr/include/assert.h:35:
In file included from /usr/include/features.h:389:
/usr/include/gnu/stubs.h:10:11: fatal error: 'gnu/stubs-64.h' file not found
# include <gnu/stubs-64.h>

Linux/open_memstream.cc should be skipped on 32-bit Linux.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150226/e486c8de/attachment.html>


More information about the llvm-bugs mailing list