[all-commits] [llvm/llvm-project] dc900e: [test] Fix threadlocal_address.cpp after D129833

Fangrui Song via All-commits all-commits at lists.llvm.org
Sun Jul 31 23:49:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dc900eeaf2af0d459c69224b2d023d8d2287944a
      https://github.com/llvm/llvm-project/commit/dc900eeaf2af0d459c69224b2d023d8d2287944a
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-07-31 (Sun, 31 Jul 2022)

  Changed paths:
    M clang/test/CodeGenCXX/threadlocal_address.cpp

  Log Message:
  -----------
  [test] Fix threadlocal_address.cpp after D129833

Older Darwin does not support thread_local:

error: thread-local storage is not supported for the current target
  thread_local int j = 0;




More information about the All-commits mailing list