llvm-6502/lib/AsmParser
Rafael Espindola 665d42accf [pr19844] Add thread local mode to aliases.
This matches gcc's behavior. It also seems natural given that aliases
contain other properties that govern how it is accessed (linkage,
visibility, dll storage).

Clang still has to be updated to expose this feature to C.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209759 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-28 18:15:43 +00:00
..
CMakeLists.txt
LLLexer.cpp
LLLexer.h
LLParser.cpp [pr19844] Add thread local mode to aliases. 2014-05-28 18:15:43 +00:00
LLParser.h [pr19844] Add thread local mode to aliases. 2014-05-28 18:15:43 +00:00
LLToken.h
LLVMBuild.txt
Makefile
module.modulemap
Parser.cpp