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

             Bug #: 11498
           Summary: llvm::InitializeNativeTargetAsmParser() is broken
           Product: Build scripts
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: cmake
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified


Created attachment 7682
  --> http://llvm.org/bugs/attachment.cgi?id=7682
cmake-ix.cmake patch

llvm::InitializeNativeTargetAsmParser function does nothing if LLVM was
configured using cmake. That happens because LLVM_NATIVE_ASMPARSER is not set
in config-ix.cmake. I made a patch that resolves the issue.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to