[compiler-rt] r311842 - [cmake] Remove i686 target that is duplicate to i386
    Joerg Sonnenberger via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Aug 27 02:36:39 PDT 2017
    
    
  
On Sun, Aug 27, 2017 at 07:44:41AM -0000, Michal Gorny via llvm-commits wrote:
> Author: mgorny
> Date: Sun Aug 27 00:44:41 2017
> New Revision: 311842
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=311842&view=rev
> Log:
> [cmake] Remove i686 target that is duplicate to i386
> 
> Remove the explicit i686 target that is completely duplicate to
> the i386 target, with the latter being used more commonly.
Just to make sure, you have checked that it doesn't change the atomic
support used, have you?
Joerg
    
    
More information about the llvm-commits
mailing list