https://llvm.org/bugs/show_bug.cgi?id=30734

            Bug ID: 30734
           Summary: Building with CFLAGS=-DBUILD_MEMORY=1 (FIRST_TOUCH)
                    does not export non-static __kmp_ft_page_allocate()
                    function into a final library
           Product: OpenMP
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Runtime Library
          Assignee: unassignedb...@nondot.org
          Reporter: pawel.osmialow...@foss.arm.com
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

I guess following is missing in kmp.h:

#if (BUILD_MEMORY==FIRST_TOUCH)
extern void * __kmp_ft_page_allocate( size_t size );
#endif

...somewhere before this:

extern void * ___kmp_page_allocate( size_t size KMP_SRC_LOC_DECL );

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to