]> granicus.if.org Git - clang/commit
Add -ftls-model command-line flag.
authorHans Wennborg <hans@hanshq.net>
Thu, 28 Jun 2012 08:01:44 +0000 (08:01 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 28 Jun 2012 08:01:44 +0000 (08:01 +0000)
commitde981f3ff163bc9ec69e4c5e7316e94276412993
tree5b965d25849d6216a431f45337cd6601efa2e632
parentb6ebd4490235c9ea6016530d623c46d0b9ce565b
Add -ftls-model command-line flag.

This allows for setting the default TLS model. (PR9788)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159336 91177308-0d34-0410-b5e6-96231b3b80d8
docs/tools/clang.pod
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/tls-model.c [new file with mode: 0644]