Skip to content
  • Benjamin Kramer's avatar
    Fix alignment of .comm and .lcomm on mingw32. · 68b9f058
    Benjamin Kramer authored
    For some reason .lcomm uses byte alignment and .comm log2 alignment so we can't
    use the same setting for both. Fix this by reintroducing the LCOMM enum.
    I verified this against mingw's gcc.
    
    llvm-svn: 163420
    68b9f058
Loading