[PATCH] D37577: [libclang] add 'clang_getCursorTLSKind'
Saleem Abdulrasool via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 11 13:52:16 PDT 2017
compnerd accepted this revision.
compnerd added inline comments.
This revision is now accepted and ready to land.
================
Comment at: bindings/python/tests/cindex/test_tls_kind.py:32
+__declspec(thread) int tls_declspec;
+""", lang = 'cpp', flags=['-fms-extensions', '-target', 'amd64-win32'])
+
----------------
Would be nicer to use `x86_64-unknown-windows-msvc` as the target.
https://reviews.llvm.org/D37577
More information about the cfe-commits
mailing list