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

            Bug ID: 41362
           Summary: Referencing LLVMConstGEP2 or LLVMConstInBoundsGEP2 in
                    Core.h leads to link errors
           Product: libraries
           Version: 8.0
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Core LLVM classes
          Assignee: unassignedb...@nondot.org
          Reporter: bren...@wolfram.com
                CC: llvm-bugs@lists.llvm.org

Undefined symbols for architecture x86_64:
  "_LLVMConstGEP2", referenced from:
      _LLVMLink_LLVMConstGEP2_Wrapper in llvmc80.cpp.o
     (maybe you meant: _LLVMLink_LLVMConstGEP2_Wrapper)
  "_LLVMConstInBoundsGEP2", referenced from:
      _LLVMLink_LLVMConstInBoundsGEP2_Wrapper in llvmc80.cpp.o
     (maybe you meant: _LLVMLink_LLVMConstInBoundsGEP2_Wrapper)


This is because LLVMConstGEP2 and LLVMConstInBoundsGEP2 are declared, but not
defined.

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

Reply via email to