Satiate the sanitizer build bot
[oota-llvm.git] / include / llvm / Target / TargetOptions.h
index 338291465b6ef7eda7eead113a0092c292cc9c73..f7df921a9783859056bd882edf46d692bd675479 100644 (file)
@@ -72,7 +72,8 @@ namespace llvm {
           CompressDebugSections(false), FunctionSections(false),
           DataSections(false), TrapUnreachable(false), TrapFuncName(""),
           FloatABIType(FloatABI::Default),
-          AllowFPOpFusion(FPOpFusion::Standard), JTType(JumpTable::Single) {}
+          AllowFPOpFusion(FPOpFusion::Standard), JTType(JumpTable::Single),
+          ThreadModel(ThreadModel::POSIX) {}
 
     /// PrintMachineCode - This flag is enabled when the -print-machineinstrs
     /// option is specified on the command line, and should enable debugging