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

            Bug ID: 23468
           Summary: LLVM_OPTIMIZED_TABLEGEN does not work with Visual
                    Studio
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

With Visual C++ 2013, cmake -DLLVM_OPTIMIZED_TABLEGEN:BOOL=ON

Results in

Building arm_neon.h...
  '..\..\..\..\NATIVE\bin\clang-tblgen' is not recognized as an internal or
external command,

The problem is that clang-tblgen is not in NATIVE\bin directory but in
NATIVE\Release\bin.

-- 
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