[PATCH] D28463: [Builtin] [ARM] Update CMake to support the build of armv6m
    Saleem Abdulrasool via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jan 11 18:43:09 PST 2017
    
    
  
compnerd added inline comments.
================
Comment at: cmake/base-config-ix.cmake:175
         test_target_arch(armhf "" "-march=armv7-a" "-mfloat-abi=hard")
+        test_target_arch(armv6m "" "-march=armv6m" "-mfloat-abi=soft")
       endif()
----------------
How are you planning on dealing with `arm` and `armv6m` builds stomping each other?  IIRC, the output file name is the same for both builds.
https://reviews.llvm.org/D28463
    
    
More information about the llvm-commits
mailing list