Changeset 6c15d66


Ignore:
Timestamp:
May 24, 2023, 11:46:14 AM (17 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
2b78949, 382467f
Parents:
88b49bb (diff), 9317419 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    r88b49bb r6c15d66  
    1010// Created On       : Tue Aug 20 13:44:49 2002
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Apr 10 21:16:00 2023
    13 // Update Count     : 476
     12// Last Modified On : Tue May 23 16:22:47 2023
     13// Update Count     : 477
    1414//
    1515
     
    329329        #endif // __x86_64__
    330330
     331        #ifdef __ARM_ARCH
     332        args[nargs++] = "-mno-outline-atomics";                         // use ARM LL/SC instructions for atomics
     333        #endif // __ARM_ARCH
     334
    331335        #ifdef __DEBUG_H__
    332336        cerr << "args:";
Note: See TracChangeset for help on using the changeset viewer.