[PATCH] D51577: MidnightBSD support in LLVM
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Sep  3 03:35:19 PDT 2018
    
    
  
arsenm added a comment.
Are there any actual codegen changes vs. FreeBSD, since you seem to have just added handling to everywhere FreeBSD is? if not, can you just make this an alias of freebsd in the triple parsing?
================
Comment at: CMakeLists.txt:811
   link_directories("/usr/local/lib")
-endif(${CMAKE_SYSTEM_NAME} MATCHES "(FreeBSD|DragonFly)")
+endif(${CMAKE_SYSTEM_NAME} MATCHES "(FreeBSD|DragonFly|MidnightBSD)")
 
----------------
Just drop the entire endif contents?
Repository:
  rL LLVM
https://reviews.llvm.org/D51577
    
    
More information about the llvm-commits
mailing list