search for: llvm_force_enable_dump

Displaying 4 results from an estimated 4 matches for "llvm_force_enable_dump".

2017 Oct 14
2
darwin bootstrap failure
On Sat, Oct 14, 2017 at 11:38 AM, Don Hinton <hintonda at gmail.com> wrote: > Sorry, LLVM_FORCE_ENABLE_DUMP is the variable, which is used along with > LLVM_ENABLE_ASSERTIONS to set LLVM_ENABLE_DUMP. > > Again, I'm working on a fix, but could you also provide your cmake > command? Looks like we aren't handling your use case correctly. > > thanks.. > don > % grep -R LLVM_...
2017 Oct 14
2
darwin bootstrap failure
...L=OFF -DCMAKE_BUILD_TYPE:STRING=Release? Jack On Sat, Oct 14, 2017 at 9:36 AM, Jack Howarth <howarth.mailing.lists at gmail. > com> wrote: > >> >> >> On Sat, Oct 14, 2017 at 11:38 AM, Don Hinton <hintonda at gmail.com> wrote: >> >>> Sorry, LLVM_FORCE_ENABLE_DUMP is the variable, which is used along with >>> LLVM_ENABLE_ASSERTIONS to set LLVM_ENABLE_DUMP. >>> >>> Again, I'm working on a fix, but could you also provide your cmake >>> command? Looks like we aren't handling your use case correctly. >>> >...
2017 Oct 14
2
darwin bootstrap failure
...E_DUMP * include/llvm/Config/llvm-config.h:/* #undef LLVM_ENABLE_DUMP */ Binary file utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/SubtargetEmitter.cpp.o matches Jack ps A more general grep for DUMP in CMakeCacne.txt shows... % grep DUMP CMakeCache.txt CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump LLVM_FORCE_ENABLE_DUMP:BOOL=OFF LLVM_TOOL_LLVM_CXXDUMP_BUILD:BOOL=ON LLVM_TOOL_LLVM_DWARFDUMP_BUILD:BOOL=ON LLVM_TOOL_LLVM_OBJDUMP_BUILD:BOOL=ON //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_CXXDUMP_BUILD LLVM_TOOL_LLVM_CXXDUMP_BUILD-ADV...
2017 Oct 14
3
darwin bootstrap failure
On Sat, Oct 14, 2017 at 10:25 AM, Don Hinton <hintonda at gmail.com> wrote: > Hi Jack: > > Looks like I missed this one in my recent change. > > Please let me know if this solves your problem: > > $ git diff > diff --git a/utils/TableGen/InfoByHwMode.cpp > b/utils/TableGen/InfoByHwMode.cpp > index 7e1e1864356..8d3636432aa 100644 > ---