Jack Howarth
2011-Jul-24 20:30 UTC
[LLVMdev] cc1: Unknown command line argument '--code-model=default'.
Current dragonegg svn builds against llvm svn again, but the resulting dragonegg plugin fails at runtime. When either c or fortran is compiled against either gcc-4.5.3 or gcc-4.6.1, the compilations fail as... cc1: Unknown command line argument '--code-model=default'. Try: 'cc1 -help' cc1: Did you mean '-fast-isel=default'?
Duncan Sands
2011-Jul-25 06:53 UTC
[LLVMdev] cc1: Unknown command line argument '--code-model=default'.
Hi Jack,> Current dragonegg svn builds against llvm svn again, but the resulting > dragonegg plugin fails at runtime. When either c or fortran is compiled > against either gcc-4.5.3 or gcc-4.6.1, the compilations fail as... > > cc1: Unknown command line argument '--code-model=default'. Try: 'cc1 -help' > cc1: Did you mean '-fast-isel=default'?I didn't catch up with all the LLVM changes yet. Probably I will today. Ciao, Duncan.
Duncan Sands
2011-Jul-25 08:53 UTC
[LLVMdev] cc1: Unknown command line argument '--code-model=default'.
>> Current dragonegg svn builds against llvm svn again, but the resulting >> dragonegg plugin fails at runtime. When either c or fortran is compiled >> against either gcc-4.5.3 or gcc-4.6.1, the compilations fail as... >> >> cc1: Unknown command line argument '--code-model=default'. Try: 'cc1 -help' >> cc1: Did you mean '-fast-isel=default'? > > I didn't catch up with all the LLVM changes yet. Probably I will today.It seems to work again. I expect some fallout from the type system changes though. Ciao, Duncan.
Apparently Analagous Threads
- [LLVMdev] cc1: Unknown command line argument '--code-model=default'.
- [LLVMdev] cc1: error: unrecognized command line option "-Wno-overlength-strings"
- [LLVMdev] cc1: error: unrecognized command line option "-Wno-overlength-strings"
- [LLVMdev] dragonegg build failure
- [LLVMdev] Pass llvm options to DragonEgg