Changes between Initial Version and Version 1 of Ticket #69375


Ignore:
Timestamp:
Feb 20, 2024, 11:49:49 AM (7 months ago)
Author:
rmottola (Riccardo)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69375 – Description

    initial v1  
    11I tried building both with clang and gcc.
    22
    3 With gcc I don't even find the error, there are many warnings
     3With gcc I don't even find the error, there are many warnings.
     4
     5Clang dies with unsupported thread-local-storage
     6
     7
     8{{{
     9ac40267aa5f6004dd38cc2b2cd84f2d9d555/src/llvm/lib/Support/TimeProfiler.cpp:36:8: error: thread-local storage is not supported for the current target
     10static LLVM_THREAD_LOCAL TimeTraceProfiler *TimeTraceProfilerInstance = nullptr;
     11}}}
     12
     13I think gcc7 has TLS, I remember Ken adding it?