https://github.com/momo5502 updated
https://github.com/llvm/llvm-project/pull/113830
>From 433a059884ce4bbfada60a300666fe58aecede4f Mon Sep 17 00:00:00 2001
From: momo5502
Date: Sun, 27 Oct 2024 20:02:00 +0100
Subject: [PATCH] Add /Zc:tlsGuards option to control to control tls guard
emission
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 60d2feded5c0f55b21d042ee2f35227847d66ee0
b1b4da14386856667d11c284535348002954f94f --e
https://github.com/momo5502 created
https://github.com/llvm/llvm-project/pull/113830
This fixes #103484
>From b1b4da14386856667d11c284535348002954f94f Mon Sep 17 00:00:00 2001
From: momo5502
Date: Sun, 27 Oct 2024 20:02:00 +0100
Subject: [PATCH] Add /Zc:tlsGuards- option
---
clang/include/cl