[all-commits] [llvm/llvm-project] be646e: Make clang/test/C/C2x/n2934.c compatible with targ...

Fanbo Meng via All-commits all-commits at lists.llvm.org
Thu Mar 2 08:18:34 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be646ef39298503592407fd7eac9ce7fc2ee5f7c
      https://github.com/llvm/llvm-project/commit/be646ef39298503592407fd7eac9ce7fc2ee5f7c
  Author: Fanbo Meng <Fanbo.Meng at ibm.com>
  Date:   2023-03-02 (Thu, 02 Mar 2023)

  Changed paths:
    M clang/test/C/C2x/n2934.c

  Log Message:
  -----------
  Make clang/test/C/C2x/n2934.c compatible with targets that do not support thread_local storage.

Add an optional error check to test case for it to pass on targets that do not support thread_local storage.

Reviewed By: aaron.ballman, abhina.sreeskantharajan

Differential Revision: https://reviews.llvm.org/D145158




More information about the All-commits mailing list