Changeset 9b34766
- Timestamp:
- Aug 20, 2020, 10:59:53 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 9705ffe
- Parents:
- 74f5c83
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cfa.cc
r74f5c83 r9b34766 10 10 // Created On : Tue Aug 20 13:44:49 2002 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat May 30 18:28:23202013 // Update Count : 43 312 // Last Modified On : Tue Aug 18 16:40:22 2020 13 // Update Count : 435 14 14 // 15 15 … … 435 435 args[nargs++] = "-Wl,--pop-state"; 436 436 args[nargs++] = "-pthread"; 437 #if def __x86_64__437 #if defined( __x86_64__ ) || defined( __ARM_ARCH ) 438 438 args[nargs++] = "-latomic"; // allow double-wide CAS 439 439 #endif // __x86_64__
Note: See TracChangeset
for help on using the changeset viewer.