Remove HAS_TLS define.
llvm-svn: 106786
This commit is contained in:
@@ -460,10 +460,6 @@ static void InitializePredefinedMacros(const TargetInfo &TI,
|
||||
if (FEOpts.ProgramAction == frontend::RunAnalysis)
|
||||
Builder.defineMacro("__clang_analyzer__");
|
||||
|
||||
// Define __HAS_TLS__ if the target supports it.
|
||||
if (TI.isTLSSupported())
|
||||
Builder.defineMacro("__HAS_TLS__");
|
||||
|
||||
// Get other target #defines.
|
||||
TI.getTargetDefines(LangOpts, Builder);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user