Changes between Initial Version and Version 1 of Ticket #58695, comment 11


Ignore:
Timestamp:
Oct 23, 2019, 8:55:39 PM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58695, comment 11

    initial v1  
    99}}}
    1010
    11 I don't understand this. The idea is we want to use the atomic library when not using llvm. So shouldn't the condition be `(OS=="linux" or OS=="mac") and llvm_version==0`?
     11I don't understand this. The idea is we want to use the atomic library ~~when not using llvm~~ when using llvm on Linux. So shouldn't the condition be ~~`(OS=="linux" or OS=="mac") and llvm_version==0`~~ `OS=="linux" and llvm_version==0`?
    1212
    1313I also think `llvm_version` is being set wrong. It's set like this: