[cmake-developers] [CMake 0013839]: Targets for generating Assembler files missing from Ninja generator

Mantis Bug Tracker mantis at public.kitware.com
Mon Jan 7 13:20:11 EST 2013


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13839 
====================================================================== 
Reported By:                Óscar Fuentes
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13839
Category:                   CMake
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-01-07 13:20 EST
Last Modified:              2013-01-07 13:20 EST
====================================================================== 
Summary:                    Targets for generating Assembler files missing from
Ninja generator
Description: 
The Ninja generator does not create *.s targets for generating Assembler files
from source files.

With other Makefile generators, if you a have a source file foo.c you can
execute
`make foo.s' for obtaining the compiler's Assembler output for foo.c.

It works like this:

scar at qcore:~/dev/idb/lp0/build/variadic/gcc/release$ make tokenctr.s
Compiling CXX source to assembly CMakeFiles/lp0core.dir/tokenctr.cpp.s

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-01-07 13:20 Óscar Fuentes  New Issue                                    
======================================================================




More information about the cmake-developers mailing list