llvm-project/cross-project-tests/debuginfo-tests/dexter-tests
Guozhi Wei e5244706ec [dexter-tests] Add attribute optnone to main function
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
2022-10-26 20:57:49 +00:00
..
memvars [Pipelines] Introduce DAE after ArgumentPromotion 2022-09-22 15:33:46 -07:00
aggregate-indirect-arg.cpp
asan-deque.cpp
asan.c
ctor.cpp
dbg-arg.c Speculatively fix build bots 2022-04-20 11:48:06 -04:00
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 [dexter-tests] Add attribute optnone to main function 2022-10-26 20:57:49 +00:00
optnone-struct-and-methods.cpp
optnone-vectors-and-functions.cpp
realigned-frame.cpp
stack-var.c
vla.c