[LLVMbugs] [Bug 23468] New: LLVM_OPTIMIZED_TABLEGEN does not work with Visual Studio

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun May 10 01:09:38 PDT 2015


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: unassignedbugs at nondot.org
          Reporter: yaron.keren at gmail.com
                CC: cbieneman at apple.com, llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150510/5f5f10c7/attachment.html>


More information about the llvm-bugs mailing list