search for: tablege

Displaying 2 results from an estimated 2 matches for "tablege".

Did you mean: tablegen
2012 Jun 21
4
[LLVMdev] is configure+make dead yet?
Anton Korobeynikov <anton at korobeynikov.info> writes: > I think cmake system lacks many features of autoconf system. In > addition to already said thing, I think the major missing thing is > cross-compilation support. > You can easy cross-compile llvm/clang via standard > --build/--host/--target flags. If you will show that this will be > possible by cmake - then
2017 Oct 15
2
darwin bootstrap failure
...n AsmMatcherEmitter::run(). I wasn't >> comfortable attempting to work around it there because the >> DEBUG_WITH_TYPE macro was conflicting with trying to guard calls to >> MatchableInfo::dump() with LLVM_ENABLE_DUMP. >> >> I think this is another instance of "TableGen wasn't done along with >> the rest of llvm" -- nothing about it should be Visual Studio- or >> Windows-specific. > > > I think this is specific to cmake generators that create multiple > configuration types -- visual studio and xcode. Setting LLVM_ENABLE_DUMP in &...