MantisBT - CMake
View Issue Details
0013473CMakeCMakepublic2012-08-15 09:192013-01-09 14:05
Tobias Pape 
Brad King 
normalmajoralways
closedfixed 
i386OS X10.7
CMake 2.8.8 
CMake 2.8.10CMake 2.8.10 
0013473: ASM compiler identification for Clang missing
Clang can work as compiler for Assembler (CMake "ASM" language)
just like GCC.

However, the respective CMake-Module file 'Compiler/Clang-ASM.cmake'
is missing, whilst trivial.

The content just should be:
--->8--[Clang-ASM.cmake]-----
include(Compiler/GNU-ASM)

---8<-----------------------

or as Attached
No tags attached.
related to 0010693closed Brad King Support detection of CLang compiler 
? Clang-ASM.cmake (26) 2012-08-15 09:19
https://public.kitware.com/Bug/file/4424/Clang-ASM.cmake
Issue History
2012-08-15 09:19Tobias PapeNew Issue
2012-08-15 09:19Tobias PapeFile Added: Clang-ASM.cmake
2012-08-15 09:34Brad KingRelationship addedrelated to 0010693
2012-08-15 09:41Brad KingNote Added: 0030666
2012-08-15 09:41Brad KingAssigned To => Brad King
2012-08-15 09:41Brad KingStatusnew => resolved
2012-08-15 09:41Brad KingResolutionopen => fixed
2012-08-15 09:41Brad KingFixed in Version => CMake 2.8.10
2012-08-15 09:41Brad KingTarget Version => CMake 2.8.10
2013-01-09 14:05Robert MaynardNote Added: 0032065
2013-01-09 14:05Robert MaynardStatusresolved => closed

Notes
(0030666)
Brad King   
2012-08-15 09:41   
Fixed, thanks:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7e8471ce [^]
(0032065)
Robert Maynard   
2013-01-09 14:05   
Closing resolved issues that have not been updated in more than 4 months.