llvm-project/cross-project-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
..
debuginfo-tests [dexter-tests] Add attribute optnone to main function 2022-10-26 20:57:49 +00:00
intrinsic-header-tests
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in