![]() The test case optnone-simple-functions.cpp is expected to be compiled unoptimized even under -O2 because of attribute optnone. But this attribute is missed for main function, and caused the fail in https://lab.llvm.org/buildbot/#/builders/217/builds/14046 when it triggered optimizations. This patch fixes that by adding attribute optnone to main function. Differential Revision: https://reviews.llvm.org/D136778 |
||
---|---|---|
.. | ||
memvars | ||
aggregate-indirect-arg.cpp | ||
asan-deque.cpp | ||
asan.c | ||
ctor.cpp | ||
dbg-arg.c | ||
deferred_globals.cpp | ||
global-constant.cpp | ||
hello.c | ||
inline-line-gap.cpp | ||
lit.local.cfg | ||
namespace.cpp | ||
nrvo-string.cpp | ||
nrvo.cpp | ||
optnone-fastmath.cpp | ||
optnone-loops.cpp | ||
optnone-simple-functions.cpp | ||
optnone-struct-and-methods.cpp | ||
optnone-vectors-and-functions.cpp | ||
realigned-frame.cpp | ||
stack-var.c | ||
vla.c |