mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-05 23:52:45 +00:00
CodeGen: Remove debug printf unintentionally added in r351228.
llvm-svn: 351241
This commit is contained in:
parent
9514b1c6b4
commit
e9f521069f
@ -137,12 +137,10 @@ CodeGenModule::CodeGenModule(ASTContext &C, const HeaderSearchOptions &HSO,
|
||||
|
||||
// Enable TBAA unless it's suppressed. ThreadSanitizer needs TBAA even at O0.
|
||||
if (LangOpts.Sanitize.has(SanitizerKind::Thread) ||
|
||||
(!CodeGenOpts.RelaxedAliasing && CodeGenOpts.OptimizationLevel > 0)) {
|
||||
fprintf(stderr, "TBAA enabled\n");
|
||||
(!CodeGenOpts.RelaxedAliasing && CodeGenOpts.OptimizationLevel > 0))
|
||||
TBAA.reset(new CodeGenTBAA(Context, TheModule, CodeGenOpts, getLangOpts(),
|
||||
getCXXABI().getMangleContext()));
|
||||
}
|
||||
|
||||
|
||||
// If debug info or coverage generation is enabled, create the CGDebugInfo
|
||||
// object.
|
||||
if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo ||
|
||||
|
Loading…
Reference in New Issue
Block a user