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

            Bug ID: 23328
           Summary: LLVM_OPTIMIZED_TABLEGEN broken
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Tried to build with -DLLVM_OPTIMIZED_TABLEGEN=ON on x86-64 Linux
(-DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=ON):

$ make
[  4%] Built target LLVMSupport
[  6%] Built target LLVMTableGen
[  8%] Built target llvm-tblgen
make[2]: *** No rule to make target 'NATIVE/bin/llvm-tblgen', needed by
'include/llvm/IR/Intrinsics.gen.tmp'.  Stop.
CMakeFiles/Makefile2:480: recipe for target
'include/llvm/IR/CMakeFiles/intrinsics_gen.dir/all' failed
make[1]: *** [include/llvm/IR/CMakeFiles/intrinsics_gen.dir/all] Error 2
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2

This is with r235577 and CMake 3.0.2.

Any idea what could be wrong?

If you know of any "known good" revisions I'd be happy to give it try to see if
this is a regression.

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