Changeset 54db6ba for benchmark


Ignore:
Timestamp:
May 15, 2019, 2:59:12 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
23f99e1
Parents:
be567e9
Message:

Fixed old style tls declaration in benchmark

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/tls-fetch_add.c

    rbe567e9 r54db6ba  
    66#define thread_local _Thread_local
    77
    8 volatile thread_local bool value;
     8thread_local volatile bool value;
    99
    1010void __attribute__((noinline)) do_call() {
Note: See TracChangeset for help on using the changeset viewer.