With the fix for llvm bug 19668: enable inlining also for GCC!
This commit is contained in:
parent
68d860707b
commit
35915644ad
@ -96,7 +96,7 @@ void BackendPasses::CreatePasses(llvm::Module& M, int OptLevel)
|
||||
CGOpts_.VectorizeSLP = 1;
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#if 0 // def __GNUC__
|
||||
// Better inlining is pending https://bugs.llvm.org//show_bug.cgi?id=19668
|
||||
// and its consequence https://sft.its.cern.ch/jira/browse/ROOT-7111
|
||||
// shown e.g. by roottest/cling/stl/map/badstringMap
|
||||
|
Loading…
x
Reference in New Issue
Block a user