Changeset 6c15d66 for driver/cfa.cc
- Timestamp:
- May 24, 2023, 11:46:14 AM (18 months ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cfa.cc
r88b49bb r6c15d66 10 10 // Created On : Tue Aug 20 13:44:49 2002 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Apr 10 21:16:00202313 // Update Count : 47 612 // Last Modified On : Tue May 23 16:22:47 2023 13 // Update Count : 477 14 14 // 15 15 … … 329 329 #endif // __x86_64__ 330 330 331 #ifdef __ARM_ARCH 332 args[nargs++] = "-mno-outline-atomics"; // use ARM LL/SC instructions for atomics 333 #endif // __ARM_ARCH 334 331 335 #ifdef __DEBUG_H__ 332 336 cerr << "args:";
Note: See TracChangeset
for help on using the changeset viewer.