mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 14:56:07 +00:00

LLVM can now lower TLS access as per the MS ABI on ARM. This enables the generation of TLS access for Windows on ARM. llvm-svn: 259751
6 lines
140 B
C
6 lines
140 B
C
// RUN: %clang_cc1 -triple thumbv7--windows -fms-extensions -fsyntax-only -verify %s
|
|
// expected-no-diagnostics
|
|
|
|
__declspec(thread) int i;
|
|
|