[LLVMbugs] [Bug 5133] New: SingleSource/Benchmarks/Misc/oourafft. c fails to build on FreeBSD
    bugzilla-daemon at cs.uiuc.edu 
    bugzilla-daemon at cs.uiuc.edu
       
    Sun Oct  4 14:40:05 PDT 2009
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=5133
           Summary: SingleSource/Benchmarks/Misc/oourafft.c fails to build
                    on FreeBSD
           Product: Test Suite
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Nightly Tester
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: pawel.worach at gmail.com
                CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=3612)
 --> (http://llvm.org/bugs/attachment.cgi?id=3612)
oourafft.c.diff
FreeBSD does not have <malloc.h> nor memalign, it does however have
posix_memalign.
Attached is a quick patch to make the test at least compile and run. Not sure
about the correctness regarding alignment if the test depends on alignment.
-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
    
    
More information about the llvm-bugs
mailing list