diff options
author | Masud Rahman <llvm@masudrahman.com> | 2017-11-08 19:17:27 +0000 |
---|---|---|
committer | Masud Rahman <llvm@masudrahman.com> | 2017-11-08 19:17:27 +0000 |
commit | cff22e508162acb4f031e560122099d6e3306d2f (patch) | |
tree | 8a3de857aa68665eef249a9e4eca249260586425 /llvm/test/CodeGen/WebAssembly/inline-asm.ll | |
parent | ff4da375aedd220a023c2d9124c3eb80f8b7b01e (diff) | |
download | bcm5719-llvm-cff22e508162acb4f031e560122099d6e3306d2f.tar.gz bcm5719-llvm-cff22e508162acb4f031e560122099d6e3306d2f.zip |
[bindings] fix TLS test failure
Since cfe commit r237337, '__declspec(thread)' and 'thread_local' have
been the same since MSVC 2015. i.e. they are both considered to supply
a dynamic TLS kind, not a static TLS kind.
This test originally did not specify which version of MS compatibility
to assume. As a result, the test was brittle, since changing the
default compatibility version could break the test.
This commit adds a specific version when building up the flags used to
parse the translation unit, and tests both versions.
llvm-svn: 317706
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/inline-asm.ll')
0 files changed, 0 insertions, 0 deletions